MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / beginRun

Method beginRun

python/tutorial/MyGAspect/MyTimerAspect.py:16–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 _start_time = None
15
16 def beginRun(self):
17 self._start_time = time.time()
18 return CStatus()
19
20 def finishRun(self, curStatus: CStatus):
21 span = time.time() - self._start_time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected