Trees | Index | Help |
---|
Package Martel :: Module msre_constants |
|
Exceptions | |
---|---|
error |
Function Summary | |
---|---|
makedict(list)
|
Variable Summary | |
---|---|
str |
ANY = 'any'
|
str |
ANY_ALL = 'any_all'
|
str |
ASSERT = 'assert'
|
str |
ASSERT_NOT = 'assert_not'
|
str |
AT = 'at'
|
str |
AT_BEGINNING = 'at_beginning'
|
str |
AT_BEGINNING_LINE = 'at_beginning_line'
|
str |
AT_BEGINNING_STRING = 'at_beginning_string'
|
str |
AT_BOUNDARY = 'at_boundary'
|
str |
AT_END = 'at_end'
|
str |
AT_END_LINE = 'at_end_line'
|
str |
AT_END_STRING = 'at_end_string'
|
str |
AT_LOC_BOUNDARY = 'at_loc_boundary'
|
str |
AT_LOC_NON_BOUNDARY = 'at_loc_non_boundary'
|
dict |
AT_LOCALE = {'at_non_boundary': 'at_loc_non_boundary', '...
|
dict |
AT_MULTILINE = {'at_end': 'at_end_line', 'at_beginning':...
|
str |
AT_NON_BOUNDARY = 'at_non_boundary'
|
str |
AT_UNI_BOUNDARY = 'at_uni_boundary'
|
str |
AT_UNI_NON_BOUNDARY = 'at_uni_non_boundary'
|
dict |
AT_UNICODE = {'at_non_boundary': 'at_uni_non_boundary', ...
|
dict |
ATCODES = {'at_beginning_string': 2, 'at_uni_non_boundar...
|
str |
BRANCH = 'branch'
|
str |
CALL = 'call'
|
str |
CATEGORY = 'category'
|
str |
CATEGORY_DIGIT = 'category_digit'
|
str |
CATEGORY_LINEBREAK = 'category_linebreak'
|
str |
CATEGORY_LOC_NOT_WORD = 'category_loc_not_word'
|
str |
CATEGORY_LOC_WORD = 'category_loc_word'
|
str |
CATEGORY_NOT_DIGIT = 'category_not_digit'
|
str |
CATEGORY_NOT_LINEBREAK = 'category_not_linebreak'
|
str |
CATEGORY_NOT_SPACE = 'category_not_space'
|
str |
CATEGORY_NOT_WORD = 'category_not_word'
|
str |
CATEGORY_SPACE = 'category_space'
|
str |
CATEGORY_UNI_DIGIT = 'category_uni_digit'
|
str |
CATEGORY_UNI_LINEBREAK = 'category_uni_linebreak'
|
str |
CATEGORY_UNI_NOT_DIGIT = 'category_uni_not_digit'
|
str |
CATEGORY_UNI_NOT_LINEBREAK = 'category_uni_not_linebreak...
|
str |
CATEGORY_UNI_NOT_SPACE = 'category_uni_not_space'
|
str |
CATEGORY_UNI_NOT_WORD = 'category_uni_not_word'
|
str |
CATEGORY_UNI_SPACE = 'category_uni_space'
|
str |
CATEGORY_UNI_WORD = 'category_uni_word'
|
str |
CATEGORY_WORD = 'category_word'
|
dict |
CH_LOCALE = {'category_space': 'category_space', 'catego...
|
dict |
CH_UNICODE = {'category_space': 'category_uni_space', 'c...
|
str |
CHARSET = 'charset'
|
dict |
CHCODES = {'category_uni_space': 12, 'category_uni_digit...
|
str |
FAILURE = 'failure'
|
str |
GROUPREF = 'groupref'
|
str |
GROUPREF_IGNORE = 'groupref_ignore'
|
str |
IN = 'in'
|
str |
IN_IGNORE = 'in_ignore'
|
str |
INFO = 'info'
|
str |
JUMP = 'jump'
|
str |
LITERAL = 'literal'
|
str |
LITERAL_IGNORE = 'literal_ignore'
|
int |
MAGIC = 20010320 |
str |
MARK = 'mark'
|
str |
MAX_REPEAT = 'max_repeat'
|
str |
MAX_UNTIL = 'max_until'
|
int |
MAXREPEAT = 65535 |
str |
MIN_REPEAT = 'min_repeat'
|
str |
MIN_UNTIL = 'min_until'
|
str |
NEGATE = 'negate'
|
str |
NOT_LITERAL = 'not_literal'
|
str |
NOT_LITERAL_IGNORE = 'not_literal_ignore'
|
dict |
OP_IGNORE = {'not_literal': 'not_literal_ignore', 'liter...
|
dict |
OPCODES = {'min_until': 21, 'jump': 16, 'at': 6, 'in': 1...
|
str |
RANGE = 'range'
|
str |
REPEAT = 'repeat'
|
str |
REPEAT_ONE = 'repeat_one'
|
str |
SUBPATTERN = 'subpattern'
|
str |
SUCCESS = 'success'
|
Variable Details |
---|
ANY
|
ANY_ALL
|
ASSERT
|
ASSERT_NOT
|
AT
|
AT_BEGINNING
|
AT_BEGINNING_LINE
|
AT_BEGINNING_STRING
|
AT_BOUNDARY
|
AT_END
|
AT_END_LINE
|
AT_END_STRING
|
AT_LOC_BOUNDARY
|
AT_LOC_NON_BOUNDARY
|
AT_LOCALE
|
AT_MULTILINE
|
AT_NON_BOUNDARY
|
AT_UNI_BOUNDARY
|
AT_UNI_NON_BOUNDARY
|
AT_UNICODE
|
ATCODES
|
BRANCH
|
CALL
|
CATEGORY
|
CATEGORY_DIGIT
|
CATEGORY_LINEBREAK
|
CATEGORY_LOC_NOT_WORD
|
CATEGORY_LOC_WORD
|
CATEGORY_NOT_DIGIT
|
CATEGORY_NOT_LINEBREAK
|
CATEGORY_NOT_SPACE
|
CATEGORY_NOT_WORD
|
CATEGORY_SPACE
|
CATEGORY_UNI_DIGIT
|
CATEGORY_UNI_LINEBREAK
|
CATEGORY_UNI_NOT_DIGIT
|
CATEGORY_UNI_NOT_LINEBREAK
|
CATEGORY_UNI_NOT_SPACE
|
CATEGORY_UNI_NOT_WORD
|
CATEGORY_UNI_SPACE
|
CATEGORY_UNI_WORD
|
CATEGORY_WORD
|
CH_UNICODE
|
CHARSET
|
CHCODES
|
FAILURE
|
GROUPREF
|
GROUPREF_IGNORE
|
IN
|
IN_IGNORE
|
INFO
|
JUMP
|
LITERAL
|
LITERAL_IGNORE
|
MAGIC
|
MARK
|
MAX_REPEAT
|
MAX_UNTIL
|
MAXREPEAT
|
MIN_REPEAT
|
MIN_UNTIL
|
NEGATE
|
NOT_LITERAL
|
NOT_LITERAL_IGNORE
|
OP_IGNORE
|
OPCODES
|
RANGE
|
REPEAT
|
REPEAT_ONE
|
SUBPATTERN
|
SUCCESS
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Jun 30 22:06:03 2005 | http://epydoc.sf.net |