Searched refs:kwdefs (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Include/ |
D | eval.h | 18 PyObject *kwdefs, PyObject *closure); 28 PyObject *kwdefs, PyObject *closure,
|
/external/python/cpython3/Objects/ |
D | call.c | 305 PyObject *kwdefs, *closure, *name, *qualname; in _PyFunction_FastCallDict() local 362 kwdefs = PyFunction_GET_KW_DEFAULTS(func); in _PyFunction_FastCallDict() 379 d, nd, kwdefs, in _PyFunction_FastCallDict() 392 PyObject *kwdefs, *closure, *name, *qualname; in _PyFunction_FastCallKeywords() local 420 kwdefs = PyFunction_GET_KW_DEFAULTS(func); in _PyFunction_FastCallKeywords() 438 d, (int)nd, kwdefs, in _PyFunction_FastCallKeywords()
|
/external/python/cpython3/Python/ |
D | ceval.c | 3669 PyObject *kwdefs, PyObject *closure, in _PyEval_EvalCodeWithName() argument 3841 if (kwdefs != NULL) { in _PyEval_EvalCodeWithName() 3842 PyObject *def = PyDict_GetItem(kwdefs, name); in _PyEval_EvalCodeWithName() 3957 PyObject *kwdefs, PyObject *closure) in PyEval_EvalCodeEx() argument 3964 kwdefs, closure, in PyEval_EvalCodeEx()
|
/external/python/cpython3/Doc/c-api/ |
D | veryhigh.rst | 304 …*const *kws, int kwcount, PyObject *const *defs, int defcount, PyObject *kwdefs, PyObject *closure)
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 790 PyEval_EvalCodeEx:PyObject*:kwdefs:0:
|