MCPcopy
hub / github.com/m-bain/whisperX / exact_div

Function exact_div

whisperx/utils.py:168–170  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

166
167
168def exact_div(x, y):
169 assert x % y == 0
170 return x // y
171
172
173def str2bool(string):

Callers 1

audio.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…