Searched refs:PyFunction_GetCode (Results 1 – 16 of 16) sorted by relevance
45 PyAPI_FUNC(PyObject *) PyFunction_GetCode(PyObject *);
67 PyAPI_FUNC(PyObject *) PyFunction_GetCode(PyObject *);
41 .. c:function:: PyObject* PyFunction_GetCode(PyObject *op)
53 .. c:function:: PyObject* PyFunction_GetCode(PyObject *op)
190 PyFunction_GetCode
64 PyFunction_GetCode(PyObject *op) in PyFunction_GetCode() function
154 PyFunction_GetCode(PyObject *op) in PyFunction_GetCode() function
336 "PyFunction_GetCode"
446 PyFunction_GetCode:PyObject*::0:447 PyFunction_GetCode:PyObject*:op:0:
915 PyFunction_GetCode:PyObject*::0:916 PyFunction_GetCode:PyObject*:op:0:
261 …<elf-symbol name='PyFunction_GetCode' type='func-type' binding='global-binding' visibility='defaul…8411 …PyFunction_GetCode' mangled-name='PyFunction_GetCode' filepath='Objects/funcobject.c' line='152' c…
6380 PyObject *code = PyFunction_GetCode(func); in function_get_code()