MCPcopy
hub / github.com/AirtestProject/Poco / __init__

Method __init__

poco/drivers/android/uiautomation.py:69–71  ·  view source on GitHub ↗
(self, screen)

Source from the content-addressed store, hash-verified

67
68class ScreenWrapper(ScreenInterface):
69 def __init__(self, screen):
70 super(ScreenWrapper, self).__init__()
71 self.screen = screen
72
73 def getScreen(self, width):
74 # Android上PocoService的实现为仅返回b64编码的图像,格式固定位jpg

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected