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

Function location

tests/_files/test_location.py:34–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33@pytest.fixture(scope="module")
34def location():
35 return Location(
36 latitude=LocationTestBase.latitude,
37 longitude=LocationTestBase.longitude,
38 horizontal_accuracy=LocationTestBase.horizontal_accuracy,
39 live_period=LocationTestBase.live_period,
40 heading=LocationTestBase.live_period,
41 proximity_alert_radius=LocationTestBase.proximity_alert_radius,
42 )
43
44
45class LocationTestBase:

Callers

nothing calls this directly

Calls 1

LocationClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…