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

Method has_ext_modules

setup.py:12–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10
11class BinaryDistribution(Distribution):
12 def has_ext_modules(self):
13 return True
14
15setup(
16 packages=find_packages(include=["docling_parse", "docling_parse.*"]),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected