Home
last modified time | relevance | path

Searched refs:nlocals_int (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dcompile.c5908 int nlocals_int; in makecode() local
5935 nlocals_int = Py_SAFE_DOWNCAST(nlocals, Py_ssize_t, int); in makecode()
5962 posonlyargcount, kwonlyargcount, nlocals_int, in makecode()