MCPcopy Create free account
hub / github.com/qilingframework/qiling / wrapper

Method wrapper

qiling/hw/connectivity.py:112–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 """ Send one byte to all devices
111 """
112 def wrapper(self):
113 if len(self.device_list) > 0:
114 if self.otube.readable():
115 data = self.recv(1)
116 for device in self.device_list:
117 device.send(data)
118
119 for device in self.device_list:
120 device.step()
121
122 func(self)
123
124 return wrapper
125

Callers

nothing calls this directly

Calls 5

recvMethod · 0.95
funcFunction · 0.85
readableMethod · 0.80
sendMethod · 0.45
stepMethod · 0.45

Tested by

no test coverage detected