Class _sre

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

public class _sre extends Object
  • Field Details

    • MAGIC

      public static int MAGIC
    • MAXREPEAT

      public static int MAXREPEAT
    • CODESIZE

      public static int CODESIZE
  • Constructor Details

    • _sre

      public _sre()
  • Method Details

    • 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)