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

Function mixed_rqs

tests/request/test_requestdata.py:127–130  ·  view source on GitHub ↗
(mixed_params)

Source from the content-addressed store, hash-verified

125
126@pytest.fixture(scope="module")
127def mixed_rqs(mixed_params) -> RequestData:
128 return RequestData(
129 [RequestParameter.from_input(key, value) for key, value in mixed_params.items()]
130 )
131
132
133class TestRequestDataWithoutRequest:

Callers

nothing calls this directly

Calls 2

RequestDataClass · 0.90
from_inputMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…