MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / tok

Method tok

python/pymesh/timethis.py:90–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88
89class timethis_print(timethis):
90 def tok(self):
91 duration = super(self.__class__, self).tok()
92 print("Time of {:<10}: {:6.3}".format(self.f.__name__, duration))
93
94@timethis
95def test(x):

Callers

nothing calls this directly

Calls 1

tokMethod · 0.45

Tested by

no test coverage detected