Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
class
CustomBuildPy(_build_py):
7
def
run(self):
8
subprocess.check_call([sys.executable,
"local_build.py"
])
9
super().run()
10
11
class
BinaryDistribution(Distribution):
12
def
has_ext_modules(self):
Callers
1
run
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected