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

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 235 milliseconds