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

Method __init__

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

Source from the content-addressed store, hash-verified

356
357class Source(Pipe, ObjectPipe[Any]):
358 def __init__(self, name=None):
359 # type: (Optional[str]) -> None
360 ObjectPipe.__init__(self, name)
361 Pipe.__init__(self, name=name)
362 self.is_exhausted = False
363
364 def _read_message(self):
365 # type: () -> Message

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected