Пример #1
0
 def __init__(self, type_tokens=None):
     self.input_tokens = type_tokens or []
     self.comment = None
     self.extension_attributes = MutableDict()
     self.__constructed()
     MutableObject.__init__(self)