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

Method intersection

src/com/dtmilano/android/viewclient.py:1110–1111  ·  view source on GitHub ↗
(self, l1, l2)

Source from the content-addressed store, hash-verified

1108 return l
1109
1110 def intersection(self, l1, l2):
1111 return list(set(l1) & set(l2))
1112
1113 def containsPoint(self, point: Tuple[int, int]) -> bool:
1114 (x, y) = point

Callers 1

__getattr__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected