MCPcopy Create free account
hub / github.com/PaddlePaddle/Research / end

Method end

NLP/Dialogue-PLATO/tools/timer.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 self.time = time.time()
27
28 def end(self):
29 self.pass_time += time.time() - self.time
30
31 def __enter__(self):
32 self.start()

Callers 2

__exit__Method · 0.95
re_searchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected