Searched refs:PyFunction_New (Results 1 – 7 of 7) sorted by relevance
44 PyAPI_FUNC(PyObject *) PyFunction_New(PyObject *, PyObject *);
32 .. c:function:: PyObject* PyFunction_New(PyObject *code, PyObject *globals)
10 PyFunction_New(PyObject *code, PyObject *globals) in PyFunction_New() function424 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code, in func_new()
193 PyFunction_New
458 PyFunction_New:PyObject*::+1:459 PyFunction_New:PyObject*:code:+1:460 PyFunction_New:PyObject*:globals:+1:
335 "PyFunction_New"
3046 x = PyFunction_New(v, f->f_globals); in PyEval_EvalFrameEx()3070 x = PyFunction_New(v, f->f_globals); in PyEval_EvalFrameEx()