Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ addchild
Method
addchild
scapy/modules/ldaphero.py:1877–1878 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
1875
return
self.new(
"duplicate"
)
1876
1877
def
addchild(self, *args):
1878
return
self.new(
"addchild"
)
1879
1880
def
_format_attribute(self, name, value, crop=False):
1881
""
"
Callers
nothing calls this directly
Calls
1
new
Method · 0.95
Tested by
no test coverage detected