示例#1
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'\+([\w-]+)', 'a')
示例#2
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'\?(\d+)', 'a')
示例#3
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'\|([A-z][A-z])\|([\w-]+)', 'a')
示例#4
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'@SYNTH-HELP', 'synth-help')
示例#5
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'@SYNTH[^-A-Z]', 'synth')
示例#6
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'@HOME{([^}]+)}', 'hometask')
示例#7
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'\[PD ([^\]]+)\]', 'pd')