(self, option)
| 1110 | |
| 1111 | @property |
| 1112 | def property(self, option): |
| 1113 | return self.client.get_property(remote_path=self.urn.path(), option=option) |
| 1114 | |
| 1115 | @property.setter |
| 1116 | def property(self, option, value): |
nothing calls this directly
no test coverage detected