MCPcopy
hub / github.com/secdev/scapy / join

Method join

scapy/sendrecv.py:1426–1431  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1424 raise Scapy_Exception("Not running ! (check .running attr)")
1425
1426 def join(self, *args, **kwargs):
1427 # type: (*Any, **Any) -> None
1428 if self.thread:
1429 self.thread.join(*args, **kwargs)
1430 if self.exception is not None:
1431 raise self.exception
1432
1433
1434@conf.commands.register

Callers 15

stopMethod · 0.95
process_ignore_tagsFunction · 0.80
get_long_descriptionFunction · 0.80
_build_versionFunction · 0.80
__str__Method · 0.80
ProgPathClass · 0.80
__repr__Method · 0.80
__repr__Method · 0.80
__repr__Method · 0.80
__repr__Method · 0.80
__repr__Method · 0.80
__repr__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected