Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ copy
Method
copy
scapy/fields.py:282–284 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
280
)
281
282
def
copy(self):
283
# type: () -> Field[I, M]
284
return
copy.copy(self)
285
286
def
randval(self):
287
# type: () -> VolatileValue[Any]
Callers
15
replace
Method · 0.45
__init__
Method · 0.45
parse_all_options
Method · 0.45
__call__
Method · 0.45
sniff
Method · 0.45
send
Method · 0.45
_do_control
Method · 0.45
_read_block_idb
Method · 0.45
read_packet
Method · 0.45
_args
Method · 0.45
do_copy
Method · 0.45
__new__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected