MCPcopy Index your code
hub / github.com/RustPython/RustPython / NoMsecFormatter

Class NoMsecFormatter

Lib/test/test_logging.py:4766–4768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4764
4765 def test_default_msec_format_none(self):
4766 class NoMsecFormatter(logging.Formatter):
4767 default_msec_format = None
4768 default_time_format = '%d/%m/%Y %H:%M:%S'
4769
4770 r = self.get_record()
4771 dt = datetime.datetime(1993, 4, 21, 8, 3, 0, 123, utc)

Callers 1

Calls

no outgoing calls

Tested by 1