MCPcopy 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
502class NetCache:

Callers 3

configureMethod · 0.45
__str__Method · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected