Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aarnphm/whispercpp
/ run
Method
run
setup.py:34–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
32
33
class
BuildPy(build_py):
34
def
run(self):
35
compile_ext()
36
print(
"Installing package..."
)
37
build_py.run(self)
38
39
40
class
WhisperDistribution(Distribution):
Callers
2
run
Method · 0.45
preprocess
Function · 0.45
Calls
1
compile_ext
Function · 0.85
Tested by
1
preprocess
Function · 0.36