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

Function test_in_days

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

Source from the content-addressed store, hash-verified

9
10
11def test_in_days():
12 it = pendulum.duration(days=3)
13 assert it.total_days() == 3
14
15
16def test_in_hours():

Callers

nothing calls this directly

Calls 1

total_daysMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…