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

Function test_deepcopy

tests/duration/test_behavior.py:36–40  ·  view source on GitHub ↗
(duration, expected)

Source from the content-addressed store, hash-verified

34 ],
35)
36def test_deepcopy(duration, expected) -> None:
37 copied_duration = deepcopy(duration)
38
39 assert copied_duration == duration
40 assert_duration(copied_duration, **expected)

Callers

nothing calls this directly

Calls 1

assert_durationFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…