Exemple #1
0
 def __init__(self, template, dto, code):
     Node.__init__(self, template, dto)
     self.code = code
Exemple #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
Exemple #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
Exemple #4
0
 def __init__(self, template, dto, code):
     Node.__init__(self, template, dto)
     self.code = code