(freqs)
| 67 | |
| 68 | |
| 69 | def has_non_tick_resample_freq(freqs): |
| 70 | return not has_tick_resample_freq(freqs) |
| 71 | |
| 72 | |
| 73 | FREQS_WITH_TICK_RESAMPLE_FREQ = list(filter(has_tick_resample_freq, FREQS)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…