Home
last modified time | relevance | path

Searched refs:linefmt (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py494 def __init__(self, linefmt=None): argument
499 if linefmt:
500 self.linefmt = linefmt
502 self.linefmt = _defaultFormatter
524 rv = rv + self.linefmt.format(record)