Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ run
Method
run
bindings/python/setup.py:175–177 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
173
174
class
custom_bdist_egg(bdist_egg):
175
def
run(self):
176
self.run_command(
'build'
)
177
return
bdist_egg.run(self)
178
179
def
dummy_src():
180
return
[]
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected