Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfuncobject.c10 PyFunction_New(PyObject *code, PyObject *globals) in PyFunction_New() function
/external/python/cpython3/Objects/
Dfuncobject.c78 PyFunction_New(PyObject *code, PyObject *globals) in PyFunction_New() function