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

Method get

scapy/utils.py:1213–1215  ·  view source on GitHub ↗
(self, attr, val=None)

Source from the content-addressed store, hash-verified

1211 return val in self.__rdict__ # type: ignore
1212
1213 def get(self, attr, val=None):
1214 # type: (str, Optional[Any]) -> Any
1215 return self.__rdict__.get(attr, val) # type: ignore
1216
1217 def __repr__(self):
1218 # type: () -> str

Callers 8

tex_escapeFunction · 0.45
colgenFunction · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
_read_block_epbMethod · 0.45
writeMethod · 0.45
_write_packetMethod · 0.45
__make_tableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected