MCPcopy Index your code
hub / github.com/AirtestProject/Poco / nodes

Method nodes

poco/proxy.py:855–860  ·  view source on GitHub ↗

Readonly property accessing the UI element(s) in the remote runtime.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers

nothing calls this directly

Calls 1

_do_queryMethod · 0.95

Tested by

no test coverage detected