HomeSort by relevance Sort by last modified time
    Searched full:__locals (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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

Completed in 110 milliseconds