Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ copy
Method
copy
scapy/volatile.py:152–154 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
150
return
len(self._fix())
# type: ignore
151
152
def
copy(self):
153
# type: () -> Any
154
return
copy.copy(self)
155
156
def
_fix(self):
157
# type: () -> _T
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected