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

Function test_in_days

tests/duration/test_in_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.in_days() == 3
14
15
16def test_in_hours():

Callers

nothing calls this directly

Calls 1

in_daysMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…