MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / dt

Function dt

tests/datetime/test_behavior.py:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29@pytest.fixture
30def dt():
31 tz = timezone("Europe/Paris")
32
33 return tz.convert(datetime(2016, 8, 27, 12, 34, 56, 123456))
34
35
36def test_timetuple(p, dt):

Callers

nothing calls this directly

Calls 3

timezoneFunction · 0.90
datetimeFunction · 0.85
convertMethod · 0.45

Tested by

no test coverage detected