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

Function test_in_hours

tests/duration/test_total_methods.py:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def test_in_hours():
17 it = pendulum.duration(days=3, minutes=72)
18 assert it.total_hours() == 73.2
19
20
21def test_in_minutes():

Callers

nothing calls this directly

Calls 1

total_hoursMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…