MCPcopy Index your code
hub / github.com/AirtestProject/Poco / __init__

Method __init__

poco/drivers/android/uiautomation.py:35–37  ·  view source on GitHub ↗
(self, endpoint)

Source from the content-addressed store, hash-verified

33
34class AndroidRpcClient(RpcClient):
35 def __init__(self, endpoint):
36 self.endpoint = endpoint
37 super(AndroidRpcClient, self).__init__(HttpTransport)
38
39 def initialize_transport(self):
40 return HttpTransport(self.endpoint, self)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected