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