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

Method __init__

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

Source from the content-addressed store, hash-verified

67
68class AutoHideScrollbar(ttk.Scrollbar):
69 def __init__(self, *args, **kwargs):
70 self.shown = False
71 super(AutoHideScrollbar, self).__init__(*args, **kwargs)
72
73 def set(self, first, last):
74 show = float(first) > 0 or float(last) < 1

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected