Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ lazy_init
Method
lazy_init
scapy/data.py:639–641 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
637
self.base = None
# type: KBBaseType
638
639
def
lazy_init(self):
640
# type: () -> None
641
self.base =
""
642
643
def
reload(self, filename=None):
644
# type: (Optional[Any]) -> None
Callers
2
reload
Method · 0.95
get_base
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected