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

Function simple_rqs

tests/request/test_requestdata.py:75–78  ·  view source on GitHub ↗
(simple_params)

Source from the content-addressed store, hash-verified

73
74@pytest.fixture(scope="module")
75def simple_rqs(simple_params) -> RequestData:
76 return RequestData(
77 [RequestParameter.from_input(key, value) for key, value in simple_params.items()]
78 )
79
80
81@pytest.fixture(scope="module")

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…