owlapy.static_funcs
Static functions for general purposes.
Functions
|
"Move" an imported class to the current module by setting the classes __module__ attribute. |
|
|
|
Start the JVM with jar dependencies. This method is called automatically on object initialization, if the |
|
Detaches the thread from Java packages and shuts down the java virtual machine hosted by jpype. |
|
A convenient function |
Module Contents
- owlapy.static_funcs.move(*args)[source]
“Move” an imported class to the current module by setting the classes __module__ attribute.
This is useful for documentation purposes to hide internal packages in sphinx.
- Parameters:
args – List of classes to move.
- owlapy.static_funcs.startJVM()[source]
Start the JVM with jar dependencies. This method is called automatically on object initialization, if the JVM is not started yet.