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

Function test_in_seconds

tests/duration/test_in_methods.py:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26def test_in_seconds():
27 it = pendulum.duration(seconds=72)
28 assert it.in_seconds() == 72

Callers

nothing calls this directly

Calls 1

in_secondsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…