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

Function live_photo

tests/_files/test_livephoto.py:46–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45@pytest.fixture(scope="module")
46def live_photo():
47 return LivePhoto(
48 file_id=LivePhotoTestBase.file_id,
49 file_unique_id=LivePhotoTestBase.file_unique_id,
50 width=LivePhotoTestBase.width,
51 height=LivePhotoTestBase.height,
52 duration=LivePhotoTestBase.duration,
53 photo=LivePhotoTestBase.photo,
54 mime_type=LivePhotoTestBase.mime_type,
55 file_size=LivePhotoTestBase.file_size,
56 )
57
58
59class LivePhotoTestBase:

Callers

nothing calls this directly

Calls 1

LivePhotoClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…