Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aarnphm/whispercpp
/ BuildPy
Class
BuildPy
setup.py:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
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
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected