Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dfuncobject.h73 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
/external/python/cpython3/Doc/c-api/
Dfunction.rst65 .. c:function:: PyObject* PyFunction_GetModule(PyObject *op)
/external/python/cpython3/Objects/
Dtypevarobject.c181 PyObject *r = PyFunction_GetModule(f->f_funcobj); in caller()
1615 PyObject* mod = PyFunction_GetModule(ta->compute_value); in typealias_module()
Dfuncobject.c394 PyFunction_GetModule(PyObject *op) in PyFunction_GetModule() function
/external/python/cpython3/Doc/data/
Drefcounts.dat980 PyFunction_GetModule:PyObject*::0:
981 PyFunction_GetModule:PyObject*:op:0:
Dpython3.13.abi297 …<elf-symbol name='PyFunction_GetModule' type='func-type' binding='global-binding' visibility='defa…
7370PyFunction_GetModule' mangled-name='PyFunction_GetModule' filepath='Objects/funcobject.c' line='39…
/external/python/cpython3/Python/
Dsysmodule.c2394 PyObject *r = PyFunction_GetModule(f->f_funcobj); in sys__getframemodulename_impl()
/external/python/cpython3/Modules/
D_testcapimodule.c2997 PyObject *module = PyFunction_GetModule(func); in function_get_module()