Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ readable
Method
readable
qiling/hw/connectivity.py:18–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
super().__init__()
17
18
def
readable(self) -> bool:
19
return
not self.empty()
20
21
def
read(self, numb:int = 4096) -> bytes:
22
data = bytearray()
Callers
5
read
Method · 0.95
save
Method · 0.95
restore
Method · 0.95
has_input
Method · 0.80
wrapper
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected