PyNumber_InPlacePower ( o1 o2 o3 -- PyObject* ) (original) (raw)

PyNumber_InPlacePower ( o1 o2 o3 -- PyObject* )

Vocabulary
python.ffi

Inputs

o1 an object
o2 an object
o3 an object

Outputs

PyObject* an object

Definition

USING: alien.syntax ;

IN: python.ffi

LIBRARY: python FUNCTION: PyObject* PyNumber_InPlacePower
( PyObject* o1, PyObject* o2, PyObject* o3 )