Administrator
|
Hello,
The import is deliberately put inside the method, in order to import multiprocessing only if needed (= only if a huge ontology is loaded), and inside a try... block (multiprocessing may not be available on some platform).
Nevertheless, I think you can still monkey patch multiprocessing before importing owlready2: just import multiprocessing before owlready2 and modify the multiprocessing module?
Jiba
|