コード例 #1
0
 def __init__(self, id, title=None):
     """
     Init OSComponent
     """
     OSComponent.__init__(self, id, title)
     self.buildRelations()
コード例 #2
0
 def __init__(self, id, title = None):
     """
     Init OSComponent
     """
     OSComponent.__init__(self, id, title)
     self.buildRelations()
コード例 #3
0
 def __init__(self, id, title = None):
     # Init OSComponent
     OSComponent.__init__(self, id, title)
コード例 #4
0
 def __init__(self, id):
     """
     Init the parent class
     """
     OSComponent.__init__(self, id)
コード例 #5
0
 def __init__(self, id, title=None):
     # Init OSComponent
     OSComponent.__init__(self, id, title)
コード例 #6
0
 def __init__(self, id, title=None):
     OSComponent.__init__(self, id, title)
     MEProduct.__init__(self, id, title)
     super(CustomComponent, self).__init__(id, title)