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

Method __init__

scapy/pipetool.py:492–495  ·  view source on GitHub ↗
(self, name=None)

Source from the content-addressed store, hash-verified

490
491class ThreadGenSource(AutoSource):
492 def __init__(self, name=None):
493 # type: (Optional[str]) -> None
494 AutoSource.__init__(self, name=name)
495 self.RUN = False
496
497 def generate(self):
498 # type: () -> None

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected