MCPcopy Index your code
hub / github.com/secdev/scapy / removeentrylist

Method removeentrylist

scapy/modules/ldaphero.py:1546–1557  ·  view source on GitHub ↗

This is called to remove an element from the "Entry List"

()

Source from the content-addressed store, hash-verified

1544 valuesv.set(self._format_attribute(operation[1], operation[2]))
1545
1546 def removeentrylist():
1547 """
1548 This is called to remove an element from the "Entry List"
1549 """
1550 try:
1551 selected = entrylist.curselection()[0]
1552 except IndexError:
1553 return
1554 # Remove from storage
1555 del operations[selected]
1556 # Remove from display
1557 entrylist.delete(selected)
1558
1559 ttk.Button(
1560 opsfrm,

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected