Home
last modified time | relevance | path

Searched refs:func_new_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
Dfuncobject.c.h23 func_new_impl(PyTypeObject *type, PyCodeObject *code, PyObject *globals,
73 return_value = func_new_impl(type, code, globals, name, defaults, closure); in func_new()
/third_party/python/Objects/
Dfuncobject.c547 func_new_impl(PyTypeObject *type, PyCodeObject *code, PyObject *globals, in func_new_impl() function