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

Function file_rqs

tests/request/test_requestdata.py:106–109  ·  view source on GitHub ↗
(file_params)

Source from the content-addressed store, hash-verified

104
105@pytest.fixture(scope="module")
106def file_rqs(file_params) -> RequestData:
107 return RequestData(
108 [RequestParameter.from_input(key, value) for key, value in file_params.items()]
109 )
110
111
112@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…