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

Function mixed_jsons

tests/request/test_requestdata.py:120–123  ·  view source on GitHub ↗
(file_jsons, simple_jsons)

Source from the content-addressed store, hash-verified

118
119@pytest.fixture(scope="module")
120def mixed_jsons(file_jsons, simple_jsons) -> dict[str, Any]:
121 both = file_jsons.copy()
122 both.update(simple_jsons)
123 return both
124
125
126@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…