Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
print(
"Example 3"
)
90
class
Reset(Exception):
91
pass
92
93
def
timer(period):
94
current = period
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected