MCPcopy 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
174class custom_bdist_egg(bdist_egg):
175 def run(self):
176 self.run_command('build')
177 return bdist_egg.run(self)
178
179def dummy_src():
180 return []

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected