[Twisted-Python] (no subject)

Feb. 1, 2006
1:38 p.m.
I don't get the docu for class TcpServer when I do: pydoc.py -w base The class Echo is well documented. For TcpServer I only get: TcpServer = <class base.TcpServer> base.py: -------------- import twisted.protocols.basic from twisted.internet.protocol import DatagramProtocol, Protocol, Factory class TcpServer(twisted.protocols.basic.LineReceiver): """ central class for incoming tcp messages """ def connectionMade(self): """ new connection """ class Echo(DatagramProtocol): """ Handles incoming datagrams (udp, traps) """ def datagramReceived(self, data, (host, port)): """ contains some standard prints tbd """ --------------- Thanks for any hint ...
6981
Age (days ago)
6981
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wolfgang Eichler