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

Function test_in_minutes

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

Source from the content-addressed store, hash-verified

19
20
21def test_in_minutes():
22 it = pendulum.duration(minutes=6, seconds=72)
23 assert it.total_minutes() == 7.2
24
25
26def test_in_seconds():

Callers

nothing calls this directly

Calls 1

total_minutesMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…