MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / support

Method support

src/main/java/fieldpython/PI.kt:45–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

computeIfAbsentMethod · 0.80
getMethod · 0.65
applyMethod · 0.65
wrapFunction · 0.50

Tested by

no test coverage detected