Searched defs:PyFunction_New (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dfuncobject.c10 PyFunction_New(PyObject *code, PyObject *globals) function
424 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,
/external/python/cpython3/Objects/
H A Dfuncobject.c69 PyFunction_New(PyObject *code, PyObject *globals) function
500 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,

Completed in 85 milliseconds