Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bleachbit/bleachbit
/ cancel
Method
cancel
tests/TestOptions.py:50–52 ·
view source on GitHub ↗
Cancel the fake timer.
(self)
Source
from the content-addressed store, hash-verified
48
self.__class__.instances.append(self)
49
50
def
cancel(self):
51
""
"Cancel the fake timer."
""
52
self.cancelled = True
53
54
def
fire(self):
55
""
"Fire the fake timer."
""
Callers
2
__cancel_flush_timer
Method · 0.80
__schedule_flush
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected