Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def temperature(self):
- ...
- temperature = property(temperature)
- def temperature(self, value):
- ...
- temperature = temperature.setter(temperature)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement