MCPcopy Create free account
hub / github.com/Closed11/Unsupervised-Image-Classification / __init__

Method __init__

UIC/util.py:23–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21
22class LogFormatter():
23 def __init__(self):
24 self.start_time = time.time()
25
26 def format(self, record):
27 elapsed_seconds = round(record.created - self.start_time)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected