Searched refs:PyFunction_GetModule (Results 1 – 8 of 8) sorted by relevance
73 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
65 .. c:function:: PyObject* PyFunction_GetModule(PyObject *op)
181 PyObject *r = PyFunction_GetModule(f->f_funcobj); in caller()1615 PyObject* mod = PyFunction_GetModule(ta->compute_value); in typealias_module()
394 PyFunction_GetModule(PyObject *op) in PyFunction_GetModule() function
980 PyFunction_GetModule:PyObject*::0:981 PyFunction_GetModule:PyObject*:op:0:
297 …<elf-symbol name='PyFunction_GetModule' type='func-type' binding='global-binding' visibility='defa…7370 …PyFunction_GetModule' mangled-name='PyFunction_GetModule' filepath='Objects/funcobject.c' line='39…
2394 PyObject *r = PyFunction_GetModule(f->f_funcobj); in sys__getframemodulename_impl()
2997 PyObject *module = PyFunction_GetModule(func); in function_get_module()