Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/
Dlog.py106 def formatTime(self, record, datefmt=None): argument
/third_party/python/Lib/logging/
D__init__.py567 def __init__(self, fmt=None, datefmt=None, style='%', validate=True, *, argument
597 def formatTime(self, record, datefmt=None): argument
/third_party/python/Lib/test/
Dtest_logging.py2198 def formatFunc(format, datefmt=None): argument
2202 def __init__(self, fmt, datefmt=None): argument
/third_party/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp3487 LocalPointer<DateFormat> datefmt( in TestTimeZoneInLocale() local