Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ end
Method
end
example_code/item_109.py:85–87 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
83
self.timer.start()
84
85
def
end(self):
86
if
self.timer:
87
self.timer.cancel()
88
89
90
print(
"Example 3"
)
Callers
3
countdown
Method · 0.95
test_end
Method · 0.95
pop_up
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_end
Method · 0.76