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

Function mixed_params

tests/request/test_requestdata.py:113–116  ·  view source on GitHub ↗
(file_params, simple_params)

Source from the content-addressed store, hash-verified

111
112@pytest.fixture(scope="module")
113def mixed_params(file_params, simple_params) -> dict[str, Any]:
114 both = file_params.copy()
115 both.update(simple_params)
116 return both
117
118
119@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 2

copyMethod · 0.80
updateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…