MCPcopy Index your code
hub / github.com/pydata/xarray / as_timedelta_not_implemented_error

Function as_timedelta_not_implemented_error

xarray/tests/test_cftime_offsets.py:1537–1540  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1535
1536
1537def as_timedelta_not_implemented_error():
1538 tick = Tick()
1539 with pytest.raises(NotImplementedError):
1540 tick.as_timedelta()
1541
1542
1543@pytest.mark.parametrize("use_cftime", [True, False])

Callers

nothing calls this directly

Calls 2

as_timedeltaMethod · 0.95
TickClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…