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

Method __len__

scapy/volatile.py:147–150  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 return bytes_encode(self._fix())
146
147 def __len__(self):
148 # type: () -> int
149 # Does not work for some types (int?)
150 return len(self._fix()) # type: ignore
151
152 def copy(self):
153 # type: () -> Any

Callers

nothing calls this directly

Calls 1

_fixMethod · 0.95

Tested by

no test coverage detected