Searched refs:PyFunction_GetModule (Results 1 – 15 of 15) sorted by relevance
47 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
69 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
51 .. c:function:: PyObject* PyFunction_GetModule(PyObject *op)
63 .. c:function:: PyObject* PyFunction_GetModule(PyObject *op)
84 PyFunction_GetModule(PyObject *op) in PyFunction_GetModule() function
174 PyFunction_GetModule(PyObject *op) in PyFunction_GetModule() function
338 "PyFunction_GetModule"
455 PyFunction_GetModule:PyObject*::0:456 PyFunction_GetModule:PyObject*:op:0:
924 PyFunction_GetModule:PyObject*::0:925 PyFunction_GetModule:PyObject*:op:0:
265 …<elf-symbol name='PyFunction_GetModule' type='func-type' binding='global-binding' visibility='defa…8403 …PyFunction_GetModule' mangled-name='PyFunction_GetModule' filepath='Objects/funcobject.c' line='17…
6404 PyObject *module = PyFunction_GetModule(func); in function_get_module()