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

Method __enter__

utils/utils.py:359–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

357 self.name = name
358
359 def __enter__(self):
360 self.tstart = time.time()
361
362 def __exit__(self, type, value, traceback):
363 out_str = 'Elapsed: %s' % (time.time() - self.tstart)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected