Skip to content
Snippets Groups Projects

Main

2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline

Files

# type: ignore
# This module isolates calls to Corese via the py4j interface,
# because py4j has no stubs and pretty much breaks type checkers.
# This is also declared in pyrightconfig.json
import atexit
import subprocess
@@ -36,8 +37,6 @@ def apply_templates() -> str:
Graph = gateway.jvm.fr.inria.corese.core.Graph
Load = gateway.jvm.fr.inria.corese.core.load.Load
Property = gateway.jvm.fr.inria.corese.core.util.Property
QueryProcess = gateway.jvm.fr.inria.corese.core.query.QueryProcess
RDF = gateway.jvm.fr.inria.corese.core.logic.RDF
Transformer = gateway.jvm.fr.inria.corese.core.transform.Transformer
# ==> Create graph, load ontology
Loading