Searched refs:func_new_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | funcobject.c.h | 23 func_new_impl(PyTypeObject *type, PyCodeObject *code, PyObject *globals, 42 return_value = func_new_impl(type, code, globals, name, defaults, closure); in func_new()
|
/external/python/cpython3/Objects/ |
D | funcobject.c | 456 func_new_impl(PyTypeObject *type, PyCodeObject *code, PyObject *globals, in func_new_impl() function
|