Handbook
Glossary
PyNumber_Power ( 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_Power
( PyObject* o1, PyObject* o2, PyObject* o3 )