overiding assignment in module
Viktor Marohnic
viktor.marohnic at gmail.com
Tue Oct 25 07:56:02 EDT 2005
More information about the Python-list mailing list
Tue Oct 25 07:56:02 EDT 2005
- Previous message (by thread): Upgrading 2.4.1 to 2.4.2
- Next message (by thread): overiding assignment in module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello. I would to do something like this. container = [] p1 = point() l1 = line() and i would like to override = method of the module so that its puts all objects into container. how i can do something like that. thanks for help, viktor.
- Previous message (by thread): Upgrading 2.4.1 to 2.4.2
- Next message (by thread): overiding assignment in module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list