Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __init__
Method
__init__
scapy/pipetool.py:464–466 ·
view source on GitHub ↗
(self, name=None)
Source
from the content-addressed store, hash-verified
462
463
class
AutoSource(Source):
464
def
__init__(self, name=None):
465
# type: (Optional[str]) -> None
466
Source.__init__(self, name=name)
467
468
def
_gen_data(self, msg):
469
# type: (str) -> None
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected