MCPcopy Create free account
hub / github.com/secdev/scapy / _runner

Function _runner

scapy/autorun.py:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 q = Queue() # type: Queue[Any]
116
117 def _runner():
118 # type: () -> None
119 q.put(autorun_commands(cmds, **kwargs))
120 th = threading.Thread(target=_runner)
121 th.daemon = True
122 th.start()

Callers

nothing calls this directly

Calls 2

autorun_commandsFunction · 0.85
putMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…