From 8ec2b3c7aea3a2d98d79b15cf30bfed1633129ce Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 30 Oct 2009 22:39:27 +0000 Subject: [PATCH] trend anti trend parser --HG-- branch : aspn --- src/attrdict.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/attrdict.py b/src/attrdict.py index ff20f0f..c9e012a 100644 --- a/src/attrdict.py +++ b/src/attrdict.py @@ -19,6 +19,11 @@ TypeError: 'list' object is not callable (I should have included a test case for this issue too). Of course, if this doesn't matter in your application, go ahead and use it. Just be aware of the problem. + +Reserved keys: 'clear', 'copy', 'fromkeys', 'get', 'has_key', 'items', + 'iteritems', 'iterkeys', 'itervalues', 'keys', 'pop', + 'popitem', 'setdefault', 'update', 'values' + """