| Method and Description |
|---|
| org.python.core.imp.compileSource(String, File, String, String)
Use
imp.compileSource(String, File, String) instead. |
| org.python.core.imp.importAll(String, PyFrame) |
| 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.imp.importOne(String, PyFrame) |
| org.python.core.imp.importOneAs(String, PyFrame) |