MCPcopy 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
33class BuildPy(build_py):
34 def run(self):
35 compile_ext()
36 print("Installing package...")
37 build_py.run(self)
38
39
40class WhisperDistribution(Distribution):

Callers 2

runMethod · 0.45
preprocessFunction · 0.45

Calls 1

compile_extFunction · 0.85

Tested by 1

preprocessFunction · 0.36