MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_RRuleLocator_dayrange

Function test_RRuleLocator_dayrange

lib/matplotlib/tests/test_dates.py:253–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251
252
253def test_RRuleLocator_dayrange():
254 loc = mdates.DayLocator()
255 x1 = datetime.datetime(year=1, month=1, day=1, tzinfo=mdates.UTC)
256 y1 = datetime.datetime(year=1, month=1, day=16, tzinfo=mdates.UTC)
257 loc.tick_values(x1, y1)
258 # On success, no overflow error shall be thrown
259
260
261def test_RRuleLocator_close_minmax():

Callers

nothing calls this directly

Calls 1

tick_valuesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…