From 4fb16c56b2feb9cb2a0b38093f1ab5459b754997 Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Thu, 28 Feb 2013 14:01:18 -0500 Subject: [PATCH] * Documentation update. --- db/result_base.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db/result_base.py b/db/result_base.py index dd2e413..c4a061d 100644 --- a/db/result_base.py +++ b/db/result_base.py @@ -57,6 +57,9 @@ class result_base(dict): * a dict: then the values are copied over (shallow copy) to this object. * a string containing filename: then the virtual parse_file_ method + is invoked. + Other unrecognized keyword arguments will be stored in the + object's dictionary as part of the result. """ src = _src_ if isinstance(src, dict):