org.python.modules
Class codeop

java.lang.Object
  extended byorg.python.modules.codeop
All Implemented Interfaces:
ClassDictInit

public class codeop
extends Object
implements ClassDictInit


Field Summary
static PyList __all__
           
static PyString __doc__
           
 
Constructor Summary
codeop()
           
 
Method Summary
static void classDictInit(PyObject dict)
           
static PyObject compile_command_flags(String string, String filename, String kind, CompilerFlags cflags)
           
static PyObject compile_command(String string)
           
static PyObject compile_command(String string, String filename)
           
static PyObject compile_command(String string, String filename, String kind)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__doc__

public static PyString __doc__

__all__

public static PyList __all__
Constructor Detail

codeop

public codeop()
Method Detail

classDictInit

public static void classDictInit(PyObject dict)

compile_command

public static PyObject compile_command(String string)

compile_command

public static PyObject compile_command(String string,
                                       String filename)

compile_command

public static PyObject compile_command(String string,
                                       String filename,
                                       String kind)

compile_command_flags

public static PyObject compile_command_flags(String string,
                                             String filename,
                                             String kind,
                                             CompilerFlags cflags)