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

Method shutdown

scapy/contrib/cansocket_python_can.py:251–257  ·  view source on GitHub ↗

Shutdown function, following the ``can_BusABC`` interface of python-can.

(self)

Source from the content-addressed store, hash-verified

249 SocketsPool.internal_send(self, msg)
250
251 def shutdown(self):
252 # type: () -> None
253 """Shutdown function, following the ``can_BusABC`` interface of
254 python-can.
255 """
256 SocketsPool.unregister(self)
257 super().shutdown()
258
259
260class PythonCANSocket(SuperSocket):

Callers 6

_runMethod · 0.80
handlerMethod · 0.80
unregisterMethod · 0.80
closeMethod · 0.80
closeMethod · 0.80
_runMethod · 0.80

Calls 1

unregisterMethod · 0.80

Tested by

no test coverage detected