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

Method put

telebot/util.py:111–112  ·  view source on GitHub ↗
(self, task, *args, **kwargs)

Source from the content-addressed store, hash-verified

109 self.continue_event.wait()
110
111 def put(self, task, *args, **kwargs):
112 self.queue.put((task, args, kwargs))
113
114 def raise_exceptions(self):
115 if self.exception_event.is_set():

Callers 1

__threaded_pollingMethod · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected