Home
last modified time | relevance | path

Searched refs:CO_FAST_LOCAL (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Tools/scripts/
H A Ddeepfreeze.py43 CO_FAST_LOCAL = 0x20 variable
51 a[name] |= CO_FAST_LOCAL
68 if kind & CO_FAST_LOCAL:
H A Dumarshal.py46 CO_FAST_LOCAL = 0x20 variable
71 return self.get_localsplus_names(CO_FAST_LOCAL)
/third_party/python/Objects/
H A Dcodeobject.c179 if (kind & CO_FAST_LOCAL) { in get_localsplus_counts()
535 _Py_set_localsplus_info(offset, name, CO_FAST_LOCAL, in PyCode_NewWithPosOnlyArgs()
1415 return get_localsplus_names(co, CO_FAST_LOCAL, co->co_nlocals); in _PyCode_GetVarnames()
1954 varnames = get_localsplus_names(self, CO_FAST_LOCAL, self->co_nlocals); in code_replace_impl()
/third_party/python/Include/internal/
H A Dpycore_code.h143 #define CO_FAST_LOCAL 0x20 macro
/third_party/python/Python/
H A Dcompile.c7945 _PyLocals_Kind kind = CO_FAST_LOCAL; in compute_localsplus_info()

Completed in 17 milliseconds