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

Method usesTime

Lib/logging/__init__.py:677–681  ·  view source on GitHub ↗

Check if the format uses the creation time of the record.

(self)

Source from the content-addressed store, hash-verified

675 return s
676
677 def usesTime(self):
678 """
679 Check if the format uses the creation time of the record.
680 """
681 return self._style.usesTime()
682
683 def formatMessage(self, record):
684 return self._style.format(record)

Callers 4

formatMethod · 0.95
test_percentMethod · 0.95
test_bracesMethod · 0.95
test_dollarsMethod · 0.95

Calls

no outgoing calls

Tested by 3

test_percentMethod · 0.76
test_bracesMethod · 0.76
test_dollarsMethod · 0.76