Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c3645 excess_args(PyObject *args, PyObject *kwds) in excess_args() function
3655 if (excess_args(args, kwds)) { in object_init()
3674 if (excess_args(args, kwds)) { in object_new()
/external/python/cpython2/Objects/
Dtypeobject.c2971 excess_args(PyObject *args, PyObject *kwds) in excess_args() function
2981 if (excess_args(args, kwds)) { in object_init()
3005 if (excess_args(args, kwds)) { in object_new()