(self)
| 10 | |
| 11 | class BinaryDistribution(Distribution): |
| 12 | def has_ext_modules(self): |
| 13 | return True |
| 14 | |
| 15 | setup( |
| 16 | packages=find_packages(include=["docling_parse", "docling_parse.*"]), |
nothing calls this directly
no outgoing calls
no test coverage detected