Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Namespaces | Functions | Variables
sre_constants.py File Reference

Classes

class  sre_constants.error
 

Namespaces

namespace  sre_constants
 

Functions

def sre_constants.makedict
 
def sre_constants.dump
 

Variables

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

Copyright 2014 Google Inc. All rights reserved.