Michael Wiencek b36d88ad46 Subclass dict for Metadata
There were a few annoyances I had with the current code...

1. The indirection surrounding the __get and __set methods is a chore to
read when trying to debug things.

2. It implemented methods like keys, pop, __contains__, __delitem__, and
__repr__ that duplicated the default dict functionality.

3. Other modules were accessing _items to work around certain behavior,
which wasn't ideal.
2012-09-08 23:52:11 -05:00
2012-05-29 18:45:49 +02:00
2012-09-08 23:52:11 -05:00
2012-01-30 00:48:01 -06:00
2012-09-08 00:08:45 -05:00
2012-09-08 00:08:36 -05:00
2011-09-15 23:00:59 +02:00
2009-09-22 20:15:35 +02:00
2006-10-19 22:00:30 +02:00
2012-09-04 10:18:02 +02:00
2012-09-08 00:36:11 -05:00
Description
No description provided
82 MiB
Languages
Python 99.4%
Shell 0.3%
PowerShell 0.2%
C 0.1%