Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dfuncobject.h69 PyAPI_FUNC(PyObject *) PyFunction_New(PyObject *, PyObject *);
/external/python/cpython3/Doc/c-api/
Dfunction.rst32 .. c:function:: PyObject* PyFunction_New(PyObject *code, PyObject *globals)
46 As :c:func:`PyFunction_New`, but also allows setting the function object's
/external/python/cpython3/Objects/
Dfuncobject.c368 PyFunction_New(PyObject *code, PyObject *globals) in PyFunction_New() function
941 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code, in func_new_impl()
/external/python/cpython3/Doc/data/
Drefcounts.dat983 PyFunction_New:PyObject*::+1:
984 PyFunction_New:PyObject*:code:+1:
985 PyFunction_New:PyObject*:globals:+1:
Dpython3.13.abi298 …<elf-symbol name='PyFunction_New' type='func-type' binding='global-binding' visibility='default-vi…
7357PyFunction_New' mangled-name='PyFunction_New' filepath='Objects/funcobject.c' line='368' column='1…
/external/python/cpython3/Python/
Dexecutor_cases.c.h3966 PyFunction_New(codeobj, GLOBALS());
Dbytecodes.c3946 PyFunction_New(codeobj, GLOBALS()); in dummy_func()
Dgenerated_cases.c.h4787 PyFunction_New(codeobj, GLOBALS()); in TARGET()