We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b07d3 commit 235aef9Copy full SHA for 235aef9
1 file changed
mercuryitc/mercury_driver.py
@@ -78,7 +78,7 @@ def convert_scaled_values(s, convert=float):
78
79
class CachedPropertyContainer(object):
80
def __init__(self):
81
- self._clear_cache()
+ self.clear_cache()
82
83
def _read_property(self, name, convert, ignored_delimiters=0):
84
'''Read a property from the device.
0 commit comments