PyCFunction_NewEx ( ml self module -- PyObject* )


Vocabulary
python.ffi

Inputs
mlan object
selfan object
modulean object


Outputs
PyObject*an object


Definition


LIBRARY: python FUNCTION: PyObject* PyCFunction_NewEx
( PyMethodDef* ml, PyObject* self, PyObject* module )