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

Class InputPollOptionTestBase

tests/test_poll.py:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63class InputPollOptionTestBase:
64 text = "test option"
65 text_parse_mode = "MarkdownV2"
66 text_entities = [
67 MessageEntity(0, 4, MessageEntity.BOLD),
68 MessageEntity(5, 7, MessageEntity.ITALIC),
69 ]
70 media = InputMediaPhoto("media")
71
72
73class TestInputPollOptionWithoutRequest(InputPollOptionTestBase):

Callers

nothing calls this directly

Calls 2

MessageEntityClass · 0.90
InputMediaPhotoClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…