MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / getViewIds

Method getViewIds

src/com/dtmilano/android/viewclient.py:4258–4265  ·  view source on GitHub ↗

@deprecated: Use L{getViewsById} instead. Returns the Views map.

(self)

Source from the content-addressed store, hash-verified

4256 print("sayText: Unsupported OS: {}".format(ViewClient.osName), file=sys.stderr)
4257
4258 def getViewIds(self):
4259 """
4260 @deprecated: Use L{getViewsById} instead.
4261
4262 Returns the Views map.
4263 """
4264
4265 return self.viewsById
4266
4267 def getViewsById(self):
4268 """

Calls

no outgoing calls

Tested by 4

testParseTreeMethod · 0.64
testParsetree_api17Method · 0.64