MCPcopy Create free account
hub / github.com/docling-project/docling-parse / run

Method run

setup.py:7–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class CustomBuildPy(_build_py):
7 def run(self):
8 subprocess.check_call([sys.executable, "local_build.py"])
9 super().run()
10
11class BinaryDistribution(Distribution):
12 def has_ext_modules(self):

Callers 1

runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected