Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ __init__
Method
__init__
scapy/scapypipes.py:336–339 ·
view source on GitHub ↗
(self, fd, name=None)
Source
from the content-addressed store, hash-verified
334
""
"
335
336
def
__init__(self, fd, name=None):
337
# type: (ObjectPipe[Any], Optional[Any]) -> None
338
Source.__init__(self, name=name)
339
self.fd = fd
340
341
def
push(self, msg):
342
# type: (str) -> None
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected