Inheritance question

Yannick Turgeon nobody at nowhere.com
Tue Sep 21 09:13:00 EDT 2004


Thanks Peter for you help and time. Everything is in this:
> while True:
>     type_, args = decode(readEncodedData())
>     cmd = commands[type_](args)
>     cmd.execute()

I already changed the way I do this.

Yannick





More information about the Python-list mailing list