org.python.modules
Class _sre
- java.lang.Object
-
- org.python.modules._sre
-
public class _sre extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description static intCODESIZEstatic intMAGICstatic intMAXREPEAT
-
Constructor Summary
Constructors Constructor and Description _sre()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static PatternObjectcompile(PyString pattern, int flags, PyObject code, int groups, PyObject groupindex, PyObject indexgroup)static intgetcodesize()static intgetlower(int ch, int flags)
-
-
-
Field Detail
-
MAGIC
public static int MAGIC
-
MAXREPEAT
public static int MAXREPEAT
-
CODESIZE
public static int CODESIZE
-
-
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)
-
-
DMelt 3.0 © DataMelt by jWork.ORG