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

Class A

python/pymesh/timethis.py:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 print("x = {}".format(x))
97
98class A(object):
99 @timethis
100 def test2(self, x):
101 return x+1
102
103if __name__ == "__main__":
104 a = A()

Callers 1

timethis.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected