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

Function test_concise_formatter_call

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

Source from the content-addressed store, hash-verified

1369
1370
1371def test_concise_formatter_call():
1372 locator = mdates.AutoDateLocator()
1373 formatter = mdates.ConciseDateFormatter(locator)
1374 assert formatter(19002.0) == '2022'
1375 assert formatter.format_data_short(19002.0) == '2022-01-10 00:00:00'
1376
1377
1378def test_datetime_masked():

Callers

nothing calls this directly

Calls 1

format_data_shortMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…