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

Function obtainPxPy

src/com/dtmilano/android/common.py:59–62  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

57
58
59def obtainPxPy(m):
60 px = int(m.group('px'))
61 py = int(m.group('py'))
62 return (px, py)
63
64
65def obtainVxVy(m):

Callers 3

__obtainPxPyMethod · 0.90
getWindowsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected