Home
last modified time | relevance | path

Searched refs:PyFunction_GetModule (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dfuncobject.h47 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
/external/python/cpython3/Include/cpython/
Dfuncobject.h69 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
/external/python/cpython2/Doc/c-api/
Dfunction.rst51 .. c:function:: PyObject* PyFunction_GetModule(PyObject *op)
/external/python/cpython3/Doc/c-api/
Dfunction.rst63 .. c:function:: PyObject* PyFunction_GetModule(PyObject *op)
/external/python/cpython2/Objects/
Dfuncobject.c84 PyFunction_GetModule(PyObject *op) in PyFunction_GetModule() function
/external/python/cpython3/Objects/
Dfuncobject.c174 PyFunction_GetModule(PyObject *op) in PyFunction_GetModule() function
/external/python/cpython2/PC/os2emx/
Dpython27.def338 "PyFunction_GetModule"
/external/python/cpython2/Doc/data/
Drefcounts.dat455 PyFunction_GetModule:PyObject*::0:
456 PyFunction_GetModule:PyObject*:op:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat924 PyFunction_GetModule:PyObject*::0:
925 PyFunction_GetModule:PyObject*:op:0:
Dpython3.11.abi265 …<elf-symbol name='PyFunction_GetModule' type='func-type' binding='global-binding' visibility='defa…
8403PyFunction_GetModule' mangled-name='PyFunction_GetModule' filepath='Objects/funcobject.c' line='17…
/external/python/cpython3/Modules/
D_testcapimodule.c6404 PyObject *module = PyFunction_GetModule(func); in function_get_module()