Searched refs:PyFunction_GetModule (Results 1 – 5 of 5) sorted by relevance
69 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
63 .. c:function:: PyObject* PyFunction_GetModule(PyObject *op)
174 PyFunction_GetModule(PyObject *op) in PyFunction_GetModule() function
924 PyFunction_GetModule:PyObject*::0:925 PyFunction_GetModule:PyObject*:op:0:
6404 PyObject *module = PyFunction_GetModule(func); in function_get_module()