public interface PythonCodeBundle
PyCode
loadCode()
void
saveCode(String directory)
writeTo(OutputStream stream)
PyCode loadCode() throws Exception
Exception
void writeTo(OutputStream stream) throws Exception
void saveCode(String directory) throws Exception
Jython homepage