Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dfuncobject.c.h23 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/
Dfuncobject.c456 func_new_impl(PyTypeObject *type, PyCodeObject *code, PyObject *globals, in func_new_impl() function