OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__globals
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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
Completed in 52 milliseconds