OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__locals
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py
125
__locals
= None
variable in class:Function
139
if self.
__locals
is None:
142
self.
__locals
= self.__idents_matching(test)
143
return self.
__locals
/external/python/cpython2/Lib/
symtable.py
122
__locals
= None
variable in class:Function
136
if self.
__locals
is None:
139
self.
__locals
= self.__idents_matching(test)
140
return self.
__locals
/external/python/cpython3/Lib/
symtable.py
117
__locals
= None
variable in class:Function
131
if self.
__locals
is None:
134
self.
__locals
= self.__idents_matching(test)
135
return self.
__locals
Completed in 344 milliseconds