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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 498 def __init__(self, linefmt=None):
503 if linefmt:
504 self.linefmt = linefmt
506 self.linefmt = _defaultFormatter
528 rv = rv + self.linefmt.format(record)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 498 def __init__(self, linefmt=None):
503 if linefmt:
504 self.linefmt = linefmt
506 self.linefmt = _defaultFormatter
528 rv = rv + self.linefmt.format(record)
    [all...]

Completed in 192 milliseconds