Beispiel #1
0
 def __init__(self, category, dictionary):
     Symbol.__init__(self, category, dictionary, self)
     Scope.__init__(self)
Beispiel #2
0
 def __init__(self, mother, children):
     Scope.__init__(self)
     self.set_mother(mother)
     self.set_children(children)