Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
sre_constants.py File Reference

Go to the source code of this file.

Data Structures

class  error
 

Namespaces

 sre_constants
 

Constant Groups

 sre_constants
 

Functions

def makedict
 
def dump
 

Variables

int MAGIC = 20010701
 
int MAXREPEAT = 65535
 
string FAILURE = "failure"
 
string SUCCESS = "success"
 
string ANY = "any"
 
string ANY_ALL = "any_all"
 
string ASSERT = "assert"
 
string ASSERT_NOT = "assert_not"
 
string AT = "at"
 
string BIGCHARSET = "bigcharset"
 
string BRANCH = "branch"
 
string CALL = "call"
 
string CATEGORY = "category"
 
string CHARSET = "charset"
 
string GROUPREF = "groupref"
 
string GROUPREF_IGNORE = "groupref_ignore"
 
string IN = "in"
 
string IN_IGNORE = "in_ignore"
 
string INFO = "info"
 
string JUMP = "jump"
 
string LITERAL = "literal"
 
string LITERAL_IGNORE = "literal_ignore"
 
string MARK = "mark"
 
string MAX_REPEAT = "max_repeat"
 
string MAX_UNTIL = "max_until"
 
string MIN_REPEAT = "min_repeat"
 
string MIN_UNTIL = "min_until"
 
string NEGATE = "negate"
 
string NOT_LITERAL = "not_literal"
 
string NOT_LITERAL_IGNORE = "not_literal_ignore"
 
string RANGE = "range"
 
string REPEAT = "repeat"
 
string REPEAT_ONE = "repeat_one"
 
string SUBPATTERN = "subpattern"
 
string AT_BEGINNING = "at_beginning"
 
string AT_BEGINNING_LINE = "at_beginning_line"
 
string AT_BEGINNING_STRING = "at_beginning_string"
 
string AT_BOUNDARY = "at_boundary"
 
string AT_NON_BOUNDARY = "at_non_boundary"
 
string AT_END = "at_end"
 
string AT_END_LINE = "at_end_line"
 
string AT_END_STRING = "at_end_string"
 
string AT_LOC_BOUNDARY = "at_loc_boundary"
 
string AT_LOC_NON_BOUNDARY = "at_loc_non_boundary"
 
string AT_UNI_BOUNDARY = "at_uni_boundary"
 
string AT_UNI_NON_BOUNDARY = "at_uni_non_boundary"
 
string CATEGORY_DIGIT = "category_digit"
 
string CATEGORY_NOT_DIGIT = "category_not_digit"
 
string CATEGORY_SPACE = "category_space"
 
string CATEGORY_NOT_SPACE = "category_not_space"
 
string CATEGORY_WORD = "category_word"
 
string CATEGORY_NOT_WORD = "category_not_word"
 
string CATEGORY_LINEBREAK = "category_linebreak"
 
string CATEGORY_NOT_LINEBREAK = "category_not_linebreak"
 
string CATEGORY_LOC_WORD = "category_loc_word"
 
string CATEGORY_LOC_NOT_WORD = "category_loc_not_word"
 
string CATEGORY_UNI_DIGIT = "category_uni_digit"
 
string CATEGORY_UNI_NOT_DIGIT = "category_uni_not_digit"
 
string CATEGORY_UNI_SPACE = "category_uni_space"
 
string CATEGORY_UNI_NOT_SPACE = "category_uni_not_space"
 
string CATEGORY_UNI_WORD = "category_uni_word"
 
string CATEGORY_UNI_NOT_WORD = "category_uni_not_word"
 
string CATEGORY_UNI_LINEBREAK = "category_uni_linebreak"
 
string CATEGORY_UNI_NOT_LINEBREAK = "category_uni_not_linebreak"
 
list OPCODES
 
list ATCODES
 
list CHCODES
 
dictionary OP_IGNORE
 
dictionary AT_MULTILINE
 
dictionary AT_LOCALE
 
dictionary AT_UNICODE
 
dictionary CH_LOCALE
 
dictionary CH_UNICODE
 
int SRE_FLAG_TEMPLATE = 1
 
int SRE_FLAG_IGNORECASE = 2
 
int SRE_FLAG_LOCALE = 4
 
int SRE_FLAG_MULTILINE = 8
 
int SRE_FLAG_DOTALL = 16
 
int SRE_FLAG_UNICODE = 32
 
int SRE_FLAG_VERBOSE = 64
 
int SRE_FLAG_DEBUG = 128
 
int SRE_INFO_PREFIX = 1
 
int SRE_INFO_LITERAL = 2
 
int SRE_INFO_CHARSET = 4
 
tuple f = open("sre_constants.h", "w")