OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__globals
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py
127
__globals
= None
variable in class:Function
146
if self.
__globals
is None:
149
self.
__globals
= self.__idents_matching(test)
150
return self.
__globals
/external/python/cpython2/Lib/
symtable.py
124
__globals
= None
variable in class:Function
143
if self.
__globals
is None:
146
self.
__globals
= self.__idents_matching(test)
147
return self.
__globals
/external/python/cpython3/Lib/
symtable.py
119
__globals
= None
variable in class:Function
138
if self.
__globals
is None:
141
self.
__globals
= self.__idents_matching(test)
142
return self.
__globals
Completed in 2928 milliseconds