示例#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