Searched refs:PyFunction_New (Results 1 – 8 of 8) sorted by relevance
69 PyAPI_FUNC(PyObject *) PyFunction_New(PyObject *, PyObject *);
32 .. c:function:: PyObject* PyFunction_New(PyObject *code, PyObject *globals)46 As :c:func:`PyFunction_New`, but also allows setting the function object's
368 PyFunction_New(PyObject *code, PyObject *globals) in PyFunction_New() function941 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code, in func_new_impl()
983 PyFunction_New:PyObject*::+1:984 PyFunction_New:PyObject*:code:+1:985 PyFunction_New:PyObject*:globals:+1:
298 …<elf-symbol name='PyFunction_New' type='func-type' binding='global-binding' visibility='default-vi…7357 …PyFunction_New' mangled-name='PyFunction_New' filepath='Objects/funcobject.c' line='368' column='1…
3966 PyFunction_New(codeobj, GLOBALS());
3946 PyFunction_New(codeobj, GLOBALS()); in dummy_func()
4787 PyFunction_New(codeobj, GLOBALS()); in TARGET()