Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
def
obtainPxPy(m):
60
px = int(m.group(
'px'
))
61
py = int(m.group(
'py'
))
62
return
(px, py)
63
64
65
def
obtainVxVy(m):
Callers
3
__obtainPxPy
Method · 0.90
__dumpWindowsInformation
Method · 0.90
getWindows
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected