MCPcopy 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_ifreqMethod · 0.45
__bind_socketMethod · 0.45
_init_socketMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected