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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 366 WORD_PATTERN = re.compile(r'^\s*(\w+)\s*')
419 m = self.WORD_PATTERN.match(rest)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 366 WORD_PATTERN = re.compile(r'^\s*(\w+)\s*')
419 m = self.WORD_PATTERN.match(rest)
    [all...]

Completed in 1826 milliseconds