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

Method __init__

scapy/fields.py:111–114  ·  view source on GitHub ↗
(self, *args, **kw)

Source from the content-addressed store, hash-verified

109 """
110
111 def __init__(self, *args, **kw):
112 # type: (*Dict[int, str], **Any) -> None
113 self.observers = [] # type: List[_EnumField[Any]]
114 super(ObservableDict, self).__init__(*args, **kw)
115
116 def observe(self, observer):
117 # type: (_EnumField[Any]) -> None

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected