Exemplo n.º 1
0
 def __init__(self, template, dto, code):
     Node.__init__(self, template, dto)
     self.code = code
Exemplo n.º 2
0
    def __init__(self, template, dto, value):
        Node.__init__(self, template, dto)

        # value contains the character that is used to
        # join left value node with the right value node.
        self.value = value
Exemplo n.º 3
0
    def __init__(self, template, dto, value):
        Node.__init__(self, template, dto)

        # value contains the character that is used to
        # join left value node with the right value node.
        self.value = value
Exemplo n.º 4
0
 def __init__(self, template, dto, code):
     Node.__init__(self, template, dto)
     self.code = code