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

Method full

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

Source from the content-addressed store, hash-verified

135 self.content_len -= i
136
137 def full(self):
138 # type: () -> bool
139 # Should only be true when all missing data was filled up,
140 # (or there never was missing data)
141 return bool(self)
142
143 def clear(self):
144 # type: () -> None

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected