Searched refs:__scope (Results 1 – 4 of 4) sorted by relevance
224 self.__scope = (flags >> SCOPE_OFF) & SCOPE_MASK # like PyST_GetScope()250 return bool(self.__scope in (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT)260 return bool(self.__scope == GLOBAL_EXPLICIT)265 return bool(self.__scope in (LOCAL, CELL)277 return bool(self.__scope == FREE)
174 self.__scope = (flags >> SCOPE_OFF) & SCOPE_MASK # like PyST_GetScope()190 return bool(self.__scope in (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT))193 return bool(self.__scope == GLOBAL_EXPLICIT)199 return bool(self.__scope == FREE)
36 pub __scope: ::c_int, field
46 __scope: ::c_int,