Class _systemrestart

    • 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)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • _systemrestart

        public _systemrestart()
    • Method Detail

      • classDictInit

        public static void classDictInit​(PyObject dict)