Searched refs:func_new_impl (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Objects/clinic/ |
D | funcobject.c.h | 23 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/ |
D | funcobject.c | 547 func_new_impl(PyTypeObject *type, PyCodeObject *code, PyObject *globals, in func_new_impl() function
|