MCPcopy Create free account
hub / github.com/MCSLTeam/MCSL2 / __init__

Method __init__

MCSL2Lib/ServerControllers/windowCreator.py:95–99  ·  view source on GitHub ↗
(self, parent=None)

Source from the content-addressed store, hash-verified

93
94class CommandLineEdit(LineEdit):
95 def __init__(self, parent=None):
96 super().__init__(parent)
97 self.upT = 0
98 self.userCommandHistory = []
99 self.installEventFilter(self)
100
101 def eventFilter(self, a0: QObject, a1: QEvent) -> bool:
102 if a1.type() == QEvent.KeyPress:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected