Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
168
def
exact_div(x, y):
169
assert x % y == 0
170
return
x // y
171
172
173
def
str2bool(string):
Callers
1
audio.py
File · 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…