org.python.core
Class CompilerFlags

java.lang.Object
  extended byorg.python.core.CompilerFlags

public class CompilerFlags
extends java.lang.Object


Field Summary
 boolean division
           
 java.lang.String encoding
           
 boolean generator_allowed
           
 boolean nested_scopes
           
 
Constructor Summary
CompilerFlags()
           
CompilerFlags(int co_flags)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nested_scopes

public boolean nested_scopes

division

public boolean division

generator_allowed

public boolean generator_allowed

encoding

public java.lang.String encoding
Constructor Detail

CompilerFlags

public CompilerFlags()

CompilerFlags

public CompilerFlags(int co_flags)


Jython homepage