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

Method __init__

scapy/modules/ticketer.py:1516–1520  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1514
1515 class EditDialog(tksd.Dialog):
1516 def __init__(self, *args, **kwargs):
1517 self.data = {}
1518 self.initial_values = kwargs.pop("values", {})
1519 self.success = False
1520 super(EditDialog, self).__init__(*args, **kwargs)
1521
1522 def body(diag, frame):
1523 self._make_fields(

Callers

nothing calls this directly

Calls 2

popMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected