Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dsymtable.py224 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)
/external/python/cpython2/Lib/
Dsymtable.py174 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)
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dl4re.rs36 pub __scope: ::c_int, field
Dmod.rs46 __scope: ::c_int,