Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ copy
Method
copy
scapy/config.py:497–499 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
495
return
"\n"
.join(s)
496
497
def
copy(self):
498
# type: () -> CacheInstance
499
return
copy.copy(self)
500
501
502
class
NetCache:
Callers
3
configure
Method · 0.45
__str__
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected