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

Method __copy

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

Copy constructor

(cls, view)

Source from the content-addressed store, hash-verified

225
226 @classmethod
227 def __copy(cls, view):
228 """
229 Copy constructor
230 """
231
232 return cls(view.map, view.device, view.version, view.forceviewserveruse, view.windowId, view.uiAutomatorHelper)
233
234 @classmethod
235 def clone(cls, view):

Callers 1

factoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected