MCPcopy Create free account
hub / github.com/eternnoir/pyTelegramBotAPI / raise_exceptions

Method raise_exceptions

telebot/util.py:153–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

151 worker_thread.continue_event.set()
152
153 def raise_exceptions(self):
154 if self.exception_event.is_set():
155 raise self.exception_info
156
157 def clear_exceptions(self):
158 self.exception_event.clear()

Callers 1

__threaded_pollingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected