Home
last modified time | relevance | path

Searched defs:localsplus (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_frame.h66 PyObject *localsplus[1]; member
[all...]
/third_party/python/Python/
H A Dceval.c5908 missing_arguments(PyThreadState *tstate, PyCodeObject *co, Py_ssize_t missing, Py_ssize_t defcount, PyObject **localsplus, PyObject *qualname) global() argument
5947 too_many_positional(PyThreadState *tstate, PyCodeObject *co, Py_ssize_t given, PyObject *defaults, PyObject **localsplus, PyObject *qualname) global() argument
6137 initialize_locals(PyThreadState *tstate, PyFunctionObject *func, PyObject **localsplus, PyObject *const *args, Py_ssize_t argcount, PyObject *kwnames) global() argument
[all...]

Completed in 10 milliseconds