mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 18:44:04 +01:00
Elucidating comment.
This commit is contained in:
parent
c573ab5996
commit
e98bb7a787
@ -305,7 +305,9 @@ class Value(Group):
|
|||||||
def __str__(self):
|
def __str__(self):
|
||||||
return repr(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):
|
def __call__(self):
|
||||||
if _lastModified > self._lastModified:
|
if _lastModified > self._lastModified:
|
||||||
if self._name in _cache:
|
if self._name in _cache:
|
||||||
|
Loading…
Reference in New Issue
Block a user