Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ test2
Method
test2
python/pymesh/timethis.py:100–101 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
98
class
A(object):
99
@timethis
100
def
test2(self, x):
101
return
x+1
102
103
if
__name__ ==
"__main__"
:
104
a = A()
Callers
1
timethis.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected