org.python.modules
Class _sre

java.lang.Object
  extended by org.python.modules._sre

public class _sre
extends Object


Field Summary
static int CODESIZE
           
static int MAGIC
           
 
Constructor Summary
_sre()
           
 
Method Summary
static PatternObject compile(PyString pattern, int flags, PyObject code, int groups, PyObject groupindex, PyObject indexgroup)
           
static int getcodesize()
           
static int getlower(int ch, int flags)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAGIC

public static int MAGIC

CODESIZE

public static int CODESIZE
Constructor Detail

_sre

public _sre()
Method Detail

compile

public static PatternObject compile(PyString pattern,
                                    int flags,
                                    PyObject code,
                                    int groups,
                                    PyObject groupindex,
                                    PyObject indexgroup)

getcodesize

public static int getcodesize()

getlower

public static int getlower(int ch,
                           int flags)


Jython homepage