public class JythonConsoleImpl
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
interact(java.lang.String banner,
org.python.core.PyObject file) |
boolean |
isInsideExec() |
static boolean |
outputDirectedToFile()
Return true if it appears that stdout has been routed to a file.
|
void |
runcode(org.python.core.PyObject code) |
void |
setInsideExec(boolean inside) |
public void setInsideExec(boolean inside)
public boolean isInsideExec()
public void interact(java.lang.String banner, org.python.core.PyObject file)
public void runcode(org.python.core.PyObject code)
public static boolean outputDirectedToFile()