Exemplo n.º 1
0
    def __init__(self, text):
        InsertionMatch.__init__(self)

        self.text = text
Exemplo n.º 2
0
    def __init__(self, alias):
        InsertionMatch.__init__(self)

        self.alias = alias