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

Method update

scapy/dadict.py:91–94  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

89 return "unknown"
90
91 def update(self, *args, **kwargs):
92 # type: (*Dict[_K, _V], **Dict[_K, _V]) -> None
93 for k, v in dict(*args, **kwargs).items():
94 self[k] = v # type: ignore
95
96 def iterkeys(self):
97 # type: () -> Iterator[_K]

Callers 15

__init__Method · 0.95
getlayerMethod · 0.45
__init__Method · 0.45
parse_all_optionsMethod · 0.45
__call__Method · 0.45
__init__Method · 0.45
_do_controlMethod · 0.45
_superdirMethod · 0.45
bind_bottom_upFunction · 0.45
bind_top_downFunction · 0.45
bind_layersFunction · 0.45
split_bottom_upFunction · 0.45

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected