Elucidating comment.

This commit is contained in:
Jeremy Fincher 2004-09-10 06:31:39 +00:00
parent c573ab5996
commit e98bb7a787

View File

@ -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: