MCPcopy 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

replaceMethod · 0.45
__init__Method · 0.45
parse_all_optionsMethod · 0.45
__call__Method · 0.45
sniffMethod · 0.45
sendMethod · 0.45
_do_controlMethod · 0.45
_read_block_idbMethod · 0.45
read_packetMethod · 0.45
_argsMethod · 0.45
do_copyMethod · 0.45
__new__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected