Home
last modified time | relevance | path

Searched refs:clientCompletionList (Results 1 – 3 of 3) sorted by relevance

/dports/devel/eric6/eric6-21.11/eric/eric6/Debugger/
H A DDebugServer.py158 clientCompletionList = pyqtSignal(list, str) variable in DebugServer
2011 self.clientCompletionList.emit(completionList, text)
/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/
H A DShell.py237 dbs.clientCompletionList.connect(self.__showCompletions)
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Deric6.api537 eric6.Debugger.DebugServer.DebugServer.clientCompletionList?7