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

Method put

telebot/util.py:140–141  ·  view source on GitHub ↗
(self, func, *args, **kwargs)

Source from the content-addressed store, hash-verified

138 self.exception_info = None
139
140 def put(self, func, *args, **kwargs):
141 self.tasks.put((func, args, kwargs))
142
143 def on_exception(self, worker_thread, exc_info):
144 if self.telebot.exception_handler is not None:

Callers 2

_exec_taskMethod · 0.45
putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected