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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
HyperParser.py 143 _whitespace_chars = " \t\n\\" variable in class:HyperParser
182 if pos>brck_limit and rawtext[pos-1] in self._whitespace_chars:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
HyperParser.py 143 _whitespace_chars = " \t\n\\" variable in class:HyperParser
182 if pos>brck_limit and rawtext[pos-1] in self._whitespace_chars:

Completed in 1296 milliseconds