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

Function _is_multiple

xarray/coding/frequencies.py:233–235  ·  view source on GitHub ↗

Whether us is a multiple of mult

(us, mult: int)

Source from the content-addressed store, hash-verified

231
232
233def _is_multiple(us, mult: int):
234 """Whether us is a multiple of mult"""
235 return us % mult == 0
236
237
238def _maybe_add_count(base: str, count: float):

Callers 1

get_freqMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…