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

Function fake_process_new_updates

tests/test_async_telebot.py:34–37  ·  view source on GitHub ↗
(updates)

Source from the content-addressed store, hash-verified

32 process_completed = asyncio.Event()
33
34 async def fake_process_new_updates(updates):
35 current = asyncio.current_task()
36 task_was_tracked_during_run.append(current in bot._pending_tasks)
37 process_completed.set()
38
39 async def fake_get_me():
40 return _make_fake_me()

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…