MCPcopy 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
90print("Example 3")

Callers 3

countdownMethod · 0.95
test_endMethod · 0.95
pop_upMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_endMethod · 0.76