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

Function input_poll_option

tests/test_poll.py:52–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51@pytest.fixture(scope="module")
52def input_poll_option():
53 out = InputPollOption(
54 text=InputPollOptionTestBase.text,
55 text_parse_mode=InputPollOptionTestBase.text_parse_mode,
56 text_entities=InputPollOptionTestBase.text_entities,
57 media=InputPollOptionTestBase.media,
58 )
59 out._unfreeze()
60 return out
61
62
63class InputPollOptionTestBase:

Callers

nothing calls this directly

Calls 2

InputPollOptionClass · 0.90
_unfreezeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…