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

Method getClass

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

Gets the L{View} class @return: the L{View} class or C{None} if not defined

(self)

Source from the content-addressed store, hash-verified

503 print("__call__(%s)" % (args if args else None), file=sys.stderr)
504
505 def getClass(self):
506 """
507 Gets the L{View} class
508
509 @return: the L{View} class or C{None} if not defined
510 """
511
512 try:
513 return self.map['class']
514 except:
515 return None
516
517 def getId(self):
518 """

Callers 15

__getXMethod · 0.95
__getYMethod · 0.95
getXYMethod · 0.95
getCoordsMethod · 0.95
obtain_selectorMethod · 0.95
testCopyConstructorMethod · 0.95
findTargetsMethod · 0.80
testGetClassMethod · 0.80

Calls

no outgoing calls

Tested by 5

testCopyConstructorMethod · 0.76
testGetClassMethod · 0.64
testRootMethod · 0.64
__getClassAndIdMethod · 0.64
vfMethod · 0.64