Searched refs:SC_LOCAL (Results 1 – 3 of 3) sorted by relevance
6 SC_LOCAL = 1 variable
4 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICT, \97 return SC_LOCAL158 elif isinstance(self, FunctionScope) and sc == SC_LOCAL:163 if sc == SC_LOCAL:
10 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICT, \281 if scope == SC_LOCAL: