MCPcopy
hub / github.com/joerick/pyinstrument / A

Class A

examples/context_api.py:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34class A:
35 @pyinstrument.profile()
36 def foo(self):
37 time.sleep(0.1)
38
39
40if __name__ == "__main__":

Callers 1

context_api.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected