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

Function business_intro

tests/test_business_classes.py:119–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117
118@pytest.fixture(scope="module")
119def business_intro():
120 return BusinessIntro(
121 BusinessTestBase.title,
122 BusinessTestBase.message,
123 BusinessTestBase.sticker,
124 )
125
126
127@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

BusinessIntroClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…