Searched defs:kws (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Objects/ |
H A D | moduleobject.c | 100 new_module(PyTypeObject *mt, PyObject *args, PyObject *kws) in new_module() argument
|
/third_party/python/Python/ |
H A D | ceval.c | 6450 PyEval_EvalCodeEx(PyObject *_co, PyObject *globals, PyObject *locals, PyObject *const *args, int argcount, PyObject *const *kws, int kwcount, PyObject *const *defs, int defcount, PyObject *kwdefs, PyObject *closure) global() argument
|
Completed in 12 milliseconds