예제 #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