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

Method get_base

scapy/data.py:653–657  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

651 self.base = oldbase
652
653 def get_base(self):
654 # type: () -> Union[str, List[Tuple[str, Dict[str,Dict[str,str]]]]]
655 if self.base is None:
656 self.lazy_init()
657 return cast(Union[str, List[Tuple[str, Dict[str, Dict[str, str]]]]], self.base)

Callers

nothing calls this directly

Calls 1

lazy_initMethod · 0.95

Tested by

no test coverage detected