org.python.modules
Class _systemrestart
java.lang.Object
org.python.modules._systemrestart
- All Implemented Interfaces:
- ClassDictInit
public class _systemrestart
- extends Object
- implements ClassDictInit
SystemRestart
public static PyObject SystemRestart
- Jython-specific exception for restarting the interpreter. Currently
supported only by jython.java, when executing a file (i.e,
non-interactive mode).
WARNING: This is highly *experimental* and subject to change.
_systemrestart
public _systemrestart()
classDictInit
public static void classDictInit(PyObject dict)
Jython homepage