MCPcopy Create free account
hub / github.com/capstone-engine/capstone / run

Method run

bindings/python/setup.py:190–193  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

188 from setuptools.command.develop import develop
189 class custom_develop(develop):
190 def run(self):
191 logger.info("Building C extensions")
192 build_libraries()
193 return develop.run(self)
194
195 cmdclass['develop'] = custom_develop
196except ImportError:

Callers

nothing calls this directly

Calls 2

build_librariesFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected