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