MCPcopy Index your code
hub / github.com/secdev/scapy / fileno

Method fileno

scapy/automaton.py:192–196  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

190 warning(ctypes.FormatError(ctypes.GetLastError()))
191
192 def fileno(self):
193 # type: () -> int
194 if WINDOWS:
195 return self._fd
196 return self.__rd
197
198 def send(self, obj):
199 # type: (_T) -> int

Callers 4

select_objectsFunction · 0.45
filenoMethod · 0.45
filenoMethod · 0.45
filenoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected