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

Method remove

scapy/modules/ticketer.py:1554–1558  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1552 _update_datastore()
1553
1554 def remove():
1555 selected = tree.focus()
1556 if selected:
1557 tree.delete(selected)
1558 _update_datastore()
1559
1560 btns = ttk.Frame(wrap)
1561 ttk.Button(btns, text="Add", command=add).grid(row=0, column=0, padx=10)

Callers 15

_route_add_loopbackFunction · 0.45
add_keywordsMethod · 0.45
resolve_testfilesFunction · 0.45
mainFunction · 0.45
unregisterMethod · 0.45
cancelMethod · 0.45
_get_initial_requestsMethod · 0.45
__init__Method · 0.45
make_replyMethod · 0.45
world_traceMethod · 0.45

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected