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

Function d

tests/time/test_behavior.py:20–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19@pytest.fixture()
20def d():
21 return time(12, 34, 56, 123456, tzinfo=pendulum.timezone("Europe/Paris"))
22
23
24def test_hash(p, d):

Callers

nothing calls this directly

Calls 2

timeFunction · 0.85
timezoneMethod · 0.80

Tested by

no test coverage detected