Changeset 3640
- Timestamp:
- 18/10/08 18:04:44 (3 months ago)
- Location:
- trunk/beacon
- Files:
-
- 2 modified
-
doc/query.rst (modified) (1 diff)
-
src/query.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/beacon/doc/query.rst
r3631 r3640 29 29 FIXME: Describe monitoring here 30 30 31 .. autoattribute:: beacon.Query.monitor ing31 .. autoattribute:: beacon.Query.monitor 32 32 .. autofunction:: beacon.monitor 33 33 -
trunk/beacon/src/query.py
r3631 r3640 108 108 return self._async 109 109 110 111 def monitor(self, status=True):112 log.warning('query.monitor is deprectated')113 self.monitoring = status114 115 110 @property 116 def monitor ing(self):111 def monitor(self): 117 112 """ 118 113 Turn on/off query monitoring … … 120 115 return self._beacon_monitoring 121 116 122 @monitor ing.setter123 def monitor ing(self, status):117 @monitor.setter 118 def monitor(self, status): 124 119 """ 125 120 Turn on/off query monitoring
