Package Martel :: Module msre_constants
[show private | hide private]
[frames | no frames]

Module Martel.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

Type:
str
Value:
'any'                                                                  

ANY_ALL

Type:
str
Value:
'any_all'                                                              

ASSERT

Type:
str
Value:
'assert'                                                               

ASSERT_NOT

Type:
str
Value:
'assert_not'                                                           

AT

Type:
str
Value:
'at'                                                                   

AT_BEGINNING

Type:
str
Value:
'at_beginning'                                                         

AT_BEGINNING_LINE

Type:
str
Value:
'at_beginning_line'                                                    

AT_BEGINNING_STRING

Type:
str
Value:
'at_beginning_string'                                                  

AT_BOUNDARY

Type:
str
Value:
'at_boundary'                                                          

AT_END

Type:
str
Value:
'at_end'                                                               

AT_END_LINE

Type:
str
Value:
'at_end_line'                                                          

AT_END_STRING

Type:
str
Value:
'at_end_string'                                                        

AT_LOC_BOUNDARY

Type:
str
Value:
'at_loc_boundary'                                                      

AT_LOC_NON_BOUNDARY

Type:
str
Value:
'at_loc_non_boundary'                                                  

AT_LOCALE

Type:
dict
Value:
{'at_non_boundary': 'at_loc_non_boundary', 'at_boundary': 'at_loc_boun\
dary'}                                                                 

AT_MULTILINE

Type:
dict
Value:
{'at_end': 'at_end_line', 'at_beginning': 'at_beginning_line'}         

AT_NON_BOUNDARY

Type:
str
Value:
'at_non_boundary'                                                      

AT_UNI_BOUNDARY

Type:
str
Value:
'at_uni_boundary'                                                      

AT_UNI_NON_BOUNDARY

Type:
str
Value:
'at_uni_non_boundary'                                                  

AT_UNICODE

Type:
dict
Value:
{'at_non_boundary': 'at_uni_non_boundary', 'at_boundary': 'at_uni_boun\
dary'}                                                                 

ATCODES

Type:
dict
Value:
{'at_beginning': 0,
 'at_beginning_line': 1,
 'at_beginning_string': 2,
 'at_boundary': 3,
 'at_end': 5,
 'at_end_line': 6,
 'at_end_string': 7,
 'at_loc_boundary': 8,
...                                                                    

BRANCH

Type:
str
Value:
'branch'                                                               

CALL

Type:
str
Value:
'call'                                                                 

CATEGORY

Type:
str
Value:
'category'                                                             

CATEGORY_DIGIT

Type:
str
Value:
'category_digit'                                                       

CATEGORY_LINEBREAK

Type:
str
Value:
'category_linebreak'                                                   

CATEGORY_LOC_NOT_WORD

Type:
str
Value:
'category_loc_not_word'                                                

CATEGORY_LOC_WORD

Type:
str
Value:
'category_loc_word'                                                    

CATEGORY_NOT_DIGIT

Type:
str
Value:
'category_not_digit'                                                   

CATEGORY_NOT_LINEBREAK

Type:
str
Value:
'category_not_linebreak'                                               

CATEGORY_NOT_SPACE

Type:
str
Value:
'category_not_space'                                                   

CATEGORY_NOT_WORD

Type:
str
Value:
'category_not_word'                                                    

CATEGORY_SPACE

Type:
str
Value:
'category_space'                                                       

CATEGORY_UNI_DIGIT

Type:
str
Value:
'category_uni_digit'                                                   

CATEGORY_UNI_LINEBREAK

Type:
str
Value:
'category_uni_linebreak'                                               

CATEGORY_UNI_NOT_DIGIT

Type:
str
Value:
'category_uni_not_digit'                                               

CATEGORY_UNI_NOT_LINEBREAK

Type:
str
Value:
'category_uni_not_linebreak'                                           

CATEGORY_UNI_NOT_SPACE

Type:
str
Value:
'category_uni_not_space'                                               

CATEGORY_UNI_NOT_WORD

Type:
str
Value:
'category_uni_not_word'                                                

CATEGORY_UNI_SPACE

Type:
str
Value:
'category_uni_space'                                                   

CATEGORY_UNI_WORD

Type:
str
Value:
'category_uni_word'                                                    

CATEGORY_WORD

Type:
str
Value:
'category_word'                                                        

CH_LOCALE

Type:
dict
Value:
{'category_digit': 'category_digit',
 'category_linebreak': 'category_linebreak',
 'category_not_digit': 'category_not_digit',
 'category_not_linebreak': 'category_not_linebreak',
 'category_not_space': 'category_not_space',
 'category_not_word': 'category_loc_not_word',
 'category_space': 'category_space',
 'category_word': 'category_loc_word'}                                 

CH_UNICODE

Type:
dict
Value:
{'category_digit': 'category_uni_digit',
 'category_linebreak': 'category_uni_linebreak',
 'category_not_digit': 'category_uni_not_digit',
 'category_not_linebreak': 'category_uni_not_linebreak',
 'category_not_space': 'category_uni_not_space',
 'category_not_word': 'category_uni_not_word',
 'category_space': 'category_uni_space',
 'category_word': 'category_uni_word'}                                 

CHARSET

Type:
str
Value:
'charset'                                                              

CHCODES

Type:
dict
Value:
{'category_digit': 0,
 'category_linebreak': 6,
 'category_loc_not_word': 9,
 'category_loc_word': 8,
 'category_not_digit': 1,
 'category_not_linebreak': 7,
 'category_not_space': 3,
 'category_not_word': 5,
...                                                                    

FAILURE

Type:
str
Value:
'failure'                                                              

GROUPREF

Type:
str
Value:
'groupref'                                                             

GROUPREF_IGNORE

Type:
str
Value:
'groupref_ignore'                                                      

IN

Type:
str
Value:
'in'                                                                   

IN_IGNORE

Type:
str
Value:
'in_ignore'                                                            

INFO

Type:
str
Value:
'info'                                                                 

JUMP

Type:
str
Value:
'jump'                                                                 

LITERAL

Type:
str
Value:
'literal'                                                              

LITERAL_IGNORE

Type:
str
Value:
'literal_ignore'                                                       

MAGIC

Type:
int
Value:
20010320                                                              

MARK

Type:
str
Value:
'mark'                                                                 

MAX_REPEAT

Type:
str
Value:
'max_repeat'                                                           

MAX_UNTIL

Type:
str
Value:
'max_until'                                                            

MAXREPEAT

Type:
int
Value:
65535                                                                 

MIN_REPEAT

Type:
str
Value:
'min_repeat'                                                           

MIN_UNTIL

Type:
str
Value:
'min_until'                                                            

NEGATE

Type:
str
Value:
'negate'                                                               

NOT_LITERAL

Type:
str
Value:
'not_literal'                                                          

NOT_LITERAL_IGNORE

Type:
str
Value:
'not_literal_ignore'                                                   

OP_IGNORE

Type:
dict
Value:
{'groupref': 'groupref_ignore',
 'in': 'in_ignore',
 'literal': 'literal_ignore',
 'not_literal': 'not_literal_ignore'}                                  

OPCODES

Type:
dict
Value:
{'any': 2,
 'any_all': 3,
 'assert': 4,
 'assert_not': 5,
 'at': 6,
 'branch': 7,
 'call': 8,
 'category': 9,
...                                                                    

RANGE

Type:
str
Value:
'range'                                                                

REPEAT

Type:
str
Value:
'repeat'                                                               

REPEAT_ONE

Type:
str
Value:
'repeat_one'                                                           

SUBPATTERN

Type:
str
Value:
'subpattern'                                                           

SUCCESS

Type:
str
Value:
'success'                                                              

Generated by Epydoc 2.1 on Thu Aug 10 20:05:52 2006 http://epydoc.sf.net