org.python.core
Class CompilerFlags

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

public class CompilerFlags
extends Object


Field Summary
 String encoding
           
 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

encoding

public String encoding
Constructor Detail

CompilerFlags

public CompilerFlags()

CompilerFlags

public CompilerFlags(int co_flags)