Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-telegram-bot/python-telegram-bot
/ PollAnswerTestBase
Class
PollAnswerTestBase
tests/test_poll.py:397–402 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
395
396
397
class
PollAnswerTestBase:
398
poll_id =
"id"
399
option_ids = [2]
400
user = User(1,
""
, False)
401
voter_chat = Chat(1,
""
)
402
option_persistent_ids = [
"123"
]
403
404
405
class
TestPollAnswerWithoutRequest(PollAnswerTestBase):
Callers
nothing calls this directly
Calls
2
User
Class · 0.90
Chat
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…