From e98bb7a787884e2722fafecc7b3ecd751b9a372e Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 10 Sep 2004 06:31:39 +0000 Subject: [PATCH] Elucidating comment. --- src/registry.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/registry.py b/src/registry.py index ae167d96d..d92b1200f 100644 --- a/src/registry.py +++ b/src/registry.py @@ -305,7 +305,9 @@ class Value(Group): def __str__(self): return repr(self()) - # This is simply prettier than naming this function get(self) + # We tried many, *many* different syntactic methods here, and this one was + # simply the best -- not very intrusive, easily overridden by subclasses, + # etc. def __call__(self): if _lastModified > self._lastModified: if self._name in _cache: