MCPcopy 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

appendMethod · 0.45

Tested by

no test coverage detected