The version number of the service. If this is not the same as the server, the :py:meth:`update` function will not work and you will need to call :py:meth:`reload` before calling it again.
(self)
| 7 | |
| 8 | @property |
| 9 | def version(self): |
| 10 | """ |
| 11 | The version number of the service. If this is not the same as the |
| 12 | server, the :py:meth:`update` function will not work and you will |
| 13 | need to call :py:meth:`reload` before calling it again. |
| 14 | """ |
| 15 | return self.attrs.get('Version').get('Index') |
| 16 | |
| 17 | def update(self, node_spec): |
| 18 | """ |