Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ register_owner
Method
register_owner
scapy/fields.py:178–180 ·
view source on GitHub ↗
(self, cls)
Source
from the content-addressed store, hash-verified
176
self.owners = []
# type: List[Type[Packet]]
177
178
def
register_owner(self, cls):
179
# type: (Type[Packet]) -> None
180
self.owners.append(cls)
181
182
def
i2len(self,
183
pkt,
# type: Packet
Callers
1
__new__
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected