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

Function test_in_seconds

tests/duration/test_total_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, microseconds=123456)
28 assert it.total_seconds() == 72.123456

Callers

nothing calls this directly

Calls 1

total_secondsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…