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

Method raise_exceptions

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

Source from the content-addressed store, hash-verified

112 self.queue.put((task, args, kwargs))
113
114 def raise_exceptions(self):
115 if self.exception_event.is_set():
116 raise self.exception_info
117
118 def clear_exceptions(self):
119 self.exception_event.clear()

Callers 1

__threaded_pollingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected