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

Function test_add_unsupported

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

Source from the content-addressed store, hash-verified

24
25
26def test_add_unsupported():
27 p = pendulum.duration(days=23, seconds=32)
28 assert NotImplemented == p.__add__(5)
29
30
31def test_sub_interval():

Callers

nothing calls this directly

Calls 1

__add__Method · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…