MCPcopy Index your code
hub / github.com/python/cpython / NoMsecFormatter

Class NoMsecFormatter

Lib/test/test_logging.py:4841–4843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4839
4840 def test_default_msec_format_none(self):
4841 class NoMsecFormatter(logging.Formatter):
4842 default_msec_format = None
4843 default_time_format = '%d/%m/%Y %H:%M:%S'
4844
4845 r = self.get_record()
4846 dt = datetime.datetime(1993, 4, 21, 8, 3, 0, 123, utc)

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…