Package org.python.modules
Class _systemrestart
- java.lang.Object
-
- org.python.modules._systemrestart
-
- All Implemented Interfaces:
ClassDictInit
public class _systemrestart extends java.lang.Object implements ClassDictInit
-
-
Field Summary
Fields Modifier and Type Field Description static PyObject
SystemRestart
Jython-specific exception for restarting the interpreter.
-
Constructor Summary
Constructors Constructor Description _systemrestart()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
classDictInit(PyObject dict)
-
-
-
Field Detail
-
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.
-
-
Method Detail
-
classDictInit
public static void classDictInit(PyObject dict)
-
-