Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ fileno
Method
fileno
scapy/layers/can.py:703–706 ·
view source on GitHub ↗
Emulation of SuperSocket
(self)
Source
from the content-addressed store, hash-verified
701
return
None
702
703
def
fileno(self):
704
# type: () -> int
705
""
"Emulation of SuperSocket"
""
706
return
self.f.fileno()
707
708
@property
709
def
closed(self):
Callers
4
__get_sock_ifreq
Method · 0.45
__bind_socket
Method · 0.45
_init_socket
Method · 0.45
close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected