Searched refs:update_keyword_args (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Python/ |
D | ceval.c | 118 static PyObject * update_keyword_args(PyObject *, int, PyObject ***, 4474 update_keyword_args(PyObject *orig_kwdict, int nk, PyObject ***pp_stack, in update_keyword_args() function 4561 kwdict = update_keyword_args(NULL, nk, pp_stack, func); in do_call() 4658 kwdict = update_keyword_args(kwdict, nk, pp_stack, func); in ext_do_call()
|