def __init__ (self): 

        AtomBase.__init__ (self, COMPUTE)
    def __init__(self):

        AtomBase.__init__(self, COMPUTE)
    def __init__ (self): 

        AtomBase.__init__ (self, MEMORY)
示例#4
0
    def __init__(self):

        AtomBase.__init__(self, MEMORY)
    def __init__(self):

        AtomBase.__init__(self, STORAGE)
    def __init__ (self): 

        AtomBase.__init__ (self, NETWORK)
示例#7
0
    def __init__(self):

        AtomBase.__init__(self, NETWORK)
    def __init__(self): 

        AtomBase.__init__(self, TIME)
    def __init__ (self): 

        AtomBase.__init__ (self, STORAGE)