Deprecated API


Contents
Deprecated Interfaces
org.python.core.InitModule
          This class is deprecated. See ClassDictInit for a replacement. 
 

Deprecated Methods
org.python.core.PyObject._callextra(PyObject[], String[], PyObject, PyObject)
            
org.python.core.imp.importFrom(String, String[], PyFrame)
          use importFrom with level param. 
org.python.core.imp.importFromAs(String, String[], PyFrame)
          use importFromAs with level param. 
org.python.core.Py.jfindattr(PyProxy, String)
            
org.python.core.Py.jgetattr(PyProxy, String)
            
 



Jython homepage