Home
last modified time | relevance | path

Searched defs:localsplus (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_frame.h74 PyObject *localsplus[1]; member
Dpycore_runtime.h109 uint64_t localsplus; member
/external/python/cpython3/Python/
Dceval.c1189 PyObject **localsplus, PyObject *qualname) in missing_arguments()
1228 PyObject **localsplus, PyObject *qualname) in too_many_positional()
1417 PyObject **localsplus, PyObject *const *args, in initialize_locals()