Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
class
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
95
def
test(x):
Callers
nothing calls this directly
Calls
1
tok
Method · 0.45
Tested by
no test coverage detected