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

Method _loop_create_task

telebot/async_telebot.py:520–521  ·  view source on GitHub ↗
(coro)

Source from the content-addressed store, hash-verified

518
519 @staticmethod
520 def _loop_create_task(coro):
521 return asyncio.create_task(coro)
522
523 async def _process_updates(self, handlers, messages, update_type):
524 """

Callers 1

__notify_updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected