Ejemplo n.º 1
0
 def __init__(self, peerid, slog):
     self.peerid = peerid
     Actor.__init__(self, repr(peerid), slog)
Ejemplo n.º 2
0
 def __init__(self, name, clock):
     StatusLog.__init__(self, clock)
     Actor.__init__(self, name, self)