Handbook
Glossary
PyNumber_Remainder ( o1 o2 -- PyObject* )
Vocabulary
python
.
ffi
Inputs
o1
an
object
o2
an
object
Outputs
PyObject*
an
object
Definition
USING:
alien.syntax
;
IN:
python.ffi
LIBRARY:
python
FUNCTION:
PyObject*
PyNumber_Remainder
( PyObject* o1, PyObject* o2 )