En Thu, 05 Aug 2010 10:46:29 -0300, Roald de Vries
escribió:
I'm trying to create a metaclass that keeps track of its objects, and
implement this as a collections.MutableMapping. That is, something like
this:
class type2(type, MutableMapping):
...
/opt/local/Library/Frameworks/Pyt
Hi all,
I'm trying to create a metaclass that keeps track of its objects, and
implement this as a collections.MutableMapping. That is, something
like this:
class type2(type, MutableMapping):
...
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/abc.pyc in __n