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

Method __init__

scapy/sessions.py:99–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 """
98
99 def __init__(self):
100 # type: () -> None
101 self.content = bytearray(b"")
102 self.content_len = 0
103 self.noff = 0 # negative offset
104 self.incomplete = [] # type: List[Tuple[int, int]]
105
106 def append(self, data: bytes, seq: Optional[int] = None) -> None:
107 if not data:

Callers 1

clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected