MCPcopy Index your code
hub / github.com/python-telegram-bot/python-telegram-bot / update

Function update

tests/test_update.py:259–260  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

257
258@pytest.fixture(scope="module", params=params, ids=ids)
259def update(request):
260 return Update(update_id=UpdateTestBase.update_id, **request.param)
261
262
263class UpdateTestBase:

Callers

nothing calls this directly

Calls 1

UpdateClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…