Home
last modified time | relevance | path

Searched refs:kwdefs (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Deval.h18 PyObject *kwdefs, PyObject *closure);
28 PyObject *kwdefs, PyObject *closure,
/external/python/cpython3/Objects/
Dcall.c305 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/
Dceval.c3669 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/
Dveryhigh.rst304 …*const *kws, int kwcount, PyObject *const *defs, int defcount, PyObject *kwdefs, PyObject *closure)
/external/python/cpython3/Doc/data/
Drefcounts.dat790 PyEval_EvalCodeEx:PyObject*:kwdefs:0: