Exemplo n.º 1
0
 def __init__(self):
     Proto.__init__(self)
Exemplo n.º 2
0
 def __init__(self):
     Proto.__init__(self)
     for i in xrange(1, 255):
         self.frameTypes += chr(i)
Exemplo n.º 3
0
 def __init__(self):
     Proto.__init__(self)
     self.lastReceived = None
Exemplo n.º 4
0
 def __init__(self):
     Proto.__init__(self)
     for i in xrange(1, 255):
         self.frameTypes += chr(i)