[nycbug-talk] twisted python resources

csnyder chsnyder
Sat Jan 29 12:36:49 EST 2005


On Sat, 29 Jan 2005 12:24:08 -0500, Bob Ippolito <bob at redivi.com> wrote:

<snips>

> factory = protocol.ServerFactory()
> factory.protocol = MyChat
> factory.clients = []
> 
> application = service.Application("TrivialServer")
> internet.TCPServer(
>      50000, factory,
> ).setServiceParent(application)


That is really, excellently cool.

What is the character (rendered as a box in my view) after "factory.clients="  ?




More information about the talk mailing list