MCPcopy
hub / github.com/Turing-Project/WriteGPT / start

Method start

LanguageNetwork/BERT/models/reporter.py:48–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 self.start_time = start_time
47
48 def start(self):
49 self.start_time = time.time()
50
51 def log(self, *args, **kwargs):
52 logger.info(*args, **kwargs)

Callers 4

multi_card_runMethod · 0.80
__init__Method · 0.80
_start_report_managerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected