| 43 | prop, |
| 44 | initPythonInterface(box, prop) |
| 45 | ) |
| 46 | } else null |
| 47 | } |
| 48 | |
| 49 | companion object { |
| 50 | |
| 51 | val jc = object : JepConfig() { |
| 52 | init { |
| 53 | setSharedModules(setOf("numpy", "spacy", "spacy.lang")) |
| 54 | setClassLoader(PI::class.java.classLoader) |
| 55 | } |
| 56 | } |
| 57 | |
| 58 | } |
| 59 | |
| 60 | lateinit var globalShared: SharedInterpreter |
nothing calls this directly
no test coverage detected