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

Method __init__

scapy/fields.py:327–329  ·  view source on GitHub ↗
(self, fld)

Source from the content-addressed store, hash-verified

325 __slots__ = ["fld"]
326
327 def __init__(self, fld):
328 # type: (Any) -> None
329 self.fld = fld
330
331 def __eq__(self, other):
332 # type: (Any) -> bool

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected