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
with_statement
public boolean with_statement
absolute_import
public boolean absolute_import
only_ast
public boolean only_ast
dont_imply_dedent
public boolean dont_imply_dedent
source_is_utf8
public boolean source_is_utf8
encoding
public java.lang.String encoding
CompilerFlags
public CompilerFlags()
CompilerFlags
public CompilerFlags(int co_flags)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Jython homepage