Searched defs:defcount (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Python/ |
H A D | specialize.c | 1502 int defcount = func->func_defaults == NULL ? 0 : (int)PyTuple_GET_SIZE(func->func_defaults); in specialize_py_call() local
|
H A D | ceval.c | 5964 Py_ssize_t defcount = defaults == NULL ? 0 : PyTuple_GET_SIZE(defaults); local 6288 Py_ssize_t defcount = func->func_defaults == NULL ? 0 : PyTuple_GET_SIZE(func->func_defaults); local 5908 missing_arguments(PyThreadState *tstate, PyCodeObject *co, Py_ssize_t missing, Py_ssize_t defcount, PyObject **localsplus, PyObject *qualname) global() argument 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 [all...] |
Completed in 22 milliseconds