Searched defs:kwdict (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Modules/ |
H A D | nismodule.c | 186 nis_match(PyObject *module, PyObject *args, PyObject *kwdict) in nis_match() argument 235 nis_cat(PyObject *module, PyObject *args, PyObject *kwdict) in nis_cat() argument 431 nis_maps (PyObject *module, PyObject *args, PyObject *kwdict) in nis_maps() argument
|
H A D | mmapmodule.c | 1214 new_mmap_object(PyTypeObject *type, PyObject *args, PyObject *kwdict) in new_mmap_object() argument 1387 new_mmap_object(PyTypeObject *type, PyObject *args, PyObject *kwdict) in new_mmap_object() argument
|
/third_party/python/Objects/ |
H A D | call.c | 193 PyObject *kwdict; in _PyObject_MakeTpCall() local
|
H A D | descrobject.c | 352 PyObject *kwdict = NULL; in method_vectorcall_VARARGS_KEYWORDS() local
|
/third_party/python/Python/ |
H A D | ceval.c | 6145 PyObject *kwdict; local 7319 do_call_core(PyThreadState *tstate, PyObject *func, PyObject *callargs, PyObject *kwdict, int use_tracing ) global() argument [all...] |
Completed in 18 milliseconds