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

Function business_location

tests/test_business_classes.py:128–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126
127@pytest.fixture(scope="module")
128def business_location():
129 return BusinessLocation(
130 BusinessTestBase.address,
131 BusinessTestBase.location,
132 )
133
134
135@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

BusinessLocationClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…