[Python-3000] Metaclasses in Python 3000: Draft 2 (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Wed Mar 14 08:49:43 CET 2007
- Previous message: [Python-3000] Metaclasses in Python 3000: Draft 2
- Next message: [Python-3000] Metaclasses in Python 3000: Draft 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Talin wrote:
It does not need to implement the full dictionary interface; only the ability to insert items and retrieve them are required. (Note: double check that this is true).
Deletion ability might be required as well, in case del is used in the class body.
-- Greg
- Previous message: [Python-3000] Metaclasses in Python 3000: Draft 2
- Next message: [Python-3000] Metaclasses in Python 3000: Draft 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]