MCPcopy Create free account
hub / github.com/MAC-VO/MAC-VO / setup

Method setup

Utility/Timer.py:20–22  ·  view source on GitHub ↗
(cls, active: bool)

Source from the content-addressed store, hash-verified

18
19 @classmethod
20 def setup(cls, active: bool):
21 cls.ACTIVE = active
22 if active: Logger.write("info", "Timer is set to active.")
23
24 @classmethod
25 def cpu_timeit(cls, name: str):

Callers 1

MACVO.pyFile · 0.80

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected