public class _sre extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CODESIZE |
static int |
MAGIC |
static int |
MAXREPEAT |
Constructor and Description |
---|
_sre() |
Modifier and Type | Method and Description |
---|---|
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) |
public static int MAGIC
public static int MAXREPEAT
public static int CODESIZE
public static PatternObject compile(PyString pattern, int flags, PyObject code, int groups, PyObject groupindex, PyObject indexgroup)
public static int getcodesize()
public static int getlower(int ch, int flags)