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

Function has_non_tick_resample_freq

xarray/tests/test_cftimeindex_resample.py:69–70  ·  view source on GitHub ↗
(freqs)

Source from the content-addressed store, hash-verified

67
68
69def has_non_tick_resample_freq(freqs):
70 return not has_tick_resample_freq(freqs)
71
72
73FREQS_WITH_TICK_RESAMPLE_FREQ = list(filter(has_tick_resample_freq, FREQS))

Callers

nothing calls this directly

Calls 1

has_tick_resample_freqFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…