MCPcopy Create free account
hub / github.com/RozDavid/UnScene3D / __init__

Method __init__

utils/utils.py:356–357  ·  view source on GitHub ↗
(self, name=None)

Source from the content-addressed store, hash-verified

354 """Timer for with statement."""
355
356 def __init__(self, name=None):
357 self.name = name
358
359 def __enter__(self):
360 self.tstart = time.time()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected