Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eternnoir/pyTelegramBotAPI
/ clear_exceptions
Method
clear_exceptions
telebot/util.py:118–120 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
116
raise
self.exception_info
117
118
def
clear_exceptions(self):
119
self.exception_event.clear()
120
self.continue_event.set()
121
122
def
stop(self):
123
self._running = False
Callers
1
__threaded_polling
Method · 0.95
Calls
1
set
Method · 0.45
Tested by
no test coverage detected