Handbook
Glossary
PyCFunction_NewEx ( ml self module -- PyObject* )
Vocabulary
python
.
ffi
Inputs
ml
an
object
self
an
object
module
an
object
Outputs
PyObject*
an
object
Definition
USING:
alien.syntax
;
IN:
python.ffi
LIBRARY:
python
FUNCTION:
PyObject*
PyCFunction_NewEx
( PyMethodDef* ml, PyObject* self, PyObject* module )