Readonly property accessing the UI element(s) in the remote runtime.
(self)
| 853 | |
| 854 | @property |
| 855 | def nodes(self): |
| 856 | """ |
| 857 | Readonly property accessing the UI element(s) in the remote runtime. |
| 858 | """ |
| 859 | |
| 860 | return self._do_query() |
| 861 | |
| 862 | def invalidate(self): |
| 863 | """ |