Exemple #1
0
 def __init__( self, **kwargs ):
     self._sett = { k : self[k] for k in self }
     TCPServer.__init__( self, self._sett, **kwargs )