Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfuncobject.h69 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
/third_party/python/Doc/c-api/
Dfunction.rst63 .. c:function:: PyObject* PyFunction_GetModule(PyObject *op)
/third_party/python/Objects/
Dfuncobject.c174 PyFunction_GetModule(PyObject *op) in PyFunction_GetModule() function
/third_party/python/Doc/data/
Drefcounts.dat924 PyFunction_GetModule:PyObject*::0:
925 PyFunction_GetModule:PyObject*:op:0:
/third_party/python/Modules/
D_testcapimodule.c6404 PyObject *module = PyFunction_GetModule(func); in function_get_module()