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

Method socket

qiling/os/posix/filestruct.py:139–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

137
138 @property
139 def socket(self) -> socket:
140 return self.__socket
141
142 # def __getattr__(self,name):
143 # if name in dir(self.__socket):

Callers 8

__init__Method · 0.80
mainFunction · 0.80
__init__Method · 0.80
clientMethod · 0.80
__init__Method · 0.80
nvram_listenerMethod · 0.80
nvram_listenerFunction · 0.80
nvram_listenerFunction · 0.80

Calls

no outgoing calls

Tested by 4

__init__Method · 0.64
clientMethod · 0.64
__init__Method · 0.64
nvram_listenerMethod · 0.64