MCPcopy Create free account
hub / github.com/secdev/scapy / duplicate

Method duplicate

scapy/modules/ldaphero.py:1874–1875  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1872 self.tprint("OK !")
1873
1874 def duplicate(self, *args):
1875 return self.new("duplicate")
1876
1877 def addchild(self, *args):
1878 return self.new("addchild")

Callers

nothing calls this directly

Calls 1

newMethod · 0.95

Tested by

no test coverage detected