org.python.core
Class CompilerFlags
java.lang.Object
org.python.core.CompilerFlags
- public class CompilerFlags
- extends java.lang.Object
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
nested_scopes
public boolean nested_scopes
division
public boolean division
generator_allowed
public boolean generator_allowed
encoding
public java.lang.String encoding
CompilerFlags
public CompilerFlags()
CompilerFlags
public CompilerFlags(int co_flags)
toString
public java.lang.String toString()
Jython homepage