コード例 #1
0
 def __init__(self, id=None):
     """
     Tool-constructors have no id argument, the id is fixed
     """
     BaseContent.__init__(self, 'ecab_utils')
     self.setTitle('')
コード例 #2
0
 def __init__(self, oid, **kwargs):
     BaseContent.__init__(self, oid, **kwargs)
     self.firstname = ''
     self.lastname = ''
コード例 #3
0
 def __init__(self, id=None):
     """Tool-constructors have no id argument, the id is fixed
     """
     BaseContent.__init__(self, config.ECS_NAME)
     self.setTitle("")
コード例 #4
0
 def __init__(self, id=None):
     """
     Tool-constructors have no id argument, the id is fixed
     """
     BaseContent.__init__(self, 'ecab_utils')
     self.setTitle('')