MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / Reset

Class Reset

example_code/item_047.py:90–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89print("Example 3")
90class Reset(Exception):
91 pass
92
93def timer(period):
94 current = period

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected