Home
last modified time | relevance | path

Searched defs:datefmt (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/logging/
D__init__.py555 def __init__(self, fmt=None, datefmt=None, style='%', validate=True): argument
584 def formatTime(self, record, datefmt=None): argument
/third_party/python/Lib/test/
Dtest_logging.py2152 def formatFunc(format, datefmt=None): argument
2156 def __init__(self, fmt, datefmt=None): argument