コード例 #1
0
ファイル: ship.py プロジェクト: oneillkza/Eos
 def __init__(self, type_):
     MutableAttributeHolder.__init__(self, type_)
コード例 #2
0
ファイル: charge.py プロジェクト: oneillkza/Eos
 def __init__(self, type_):
     MutableAttributeHolder.__init__(self, type_)
     # Holder-container, into which our charge holder is
     # "loaded"
     self.container = None
コード例 #3
0
ファイル: module.py プロジェクト: oneillkza/Eos
 def __init__(self, type_):
     MutableAttributeHolder.__init__(self, type_)
     self.__charge = None