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

Function inputfiles

tests/request/test_requestdata.py:33–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32@pytest.fixture(scope="module")
33def inputfiles() -> dict[bool, InputFile]:
34 return {True: InputFile(obj="data", attach=True), False: InputFile(obj="data", attach=False)}
35
36
37@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

InputFileClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…