Loading cloudcontrol/server/db.py +7 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,13 @@ class RemoteTag(BaseTag): self._cache_last_update = None self._cache_value = u'' def __repr__(self): return '<%s %s (ttl=%r expire=%r cached=%r)>' % (self.__class__.__name__, self.name, self._ttl, self.ttl, self._cache_value) @property def callback(self): return self._callback Loading Loading
cloudcontrol/server/db.py +7 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,13 @@ class RemoteTag(BaseTag): self._cache_last_update = None self._cache_value = u'' def __repr__(self): return '<%s %s (ttl=%r expire=%r cached=%r)>' % (self.__class__.__name__, self.name, self._ttl, self.ttl, self._cache_value) @property def callback(self): return self._callback Loading