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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
HyperParser.py 98 def is_in_code(self): member in class:HyperParser
165 if not self.is_in_code():
ParenMatch.py 107 if not hp.is_in_code():
AutoComplete.py 136 elif hp.is_in_code() and (not mode or mode==COMPLETE_ATTRIBUTES):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
HyperParser.py 98 def is_in_code(self): member in class:HyperParser
165 if not self.is_in_code():
ParenMatch.py 107 if not hp.is_in_code():
AutoComplete.py 136 elif hp.is_in_code() and (not mode or mode==COMPLETE_ATTRIBUTES):

Completed in 242 milliseconds