/external/python/cpython3/Objects/clinic/ |
funcobject.c.h | 27 func_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
funcobject.c | 354 /* func_new() maintains the following invariants for closures. The
365 func_new(PyTypeObject* type, PyObject* args, PyObject* kw)
function 585 func_new, /* tp_new */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
funcobject.c | 354 /* func_new() maintains the following invariants for closures. The
365 func_new(PyTypeObject* type, PyObject* args, PyObject* kw)
function 585 func_new, /* tp_new */
|
/external/python/cpython2/Objects/ |
funcobject.c | 352 /* func_new() maintains the following invariants for closures. The 363 func_new(PyTypeObject* type, PyObject* args, PyObject* kw) function 582 func_new, /* tp_new */
|
/external/python/cpython3/Objects/ |
funcobject.c | 440 function.__new__ as func_new 630 func_new, /* tp_new */
|