Mon, 28 Dec 2009 16:03:33 +0000
Started porting eric4 to Python3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/APIs/Python/eric4.api Mon Dec 28 16:03:33 2009 +0000 @@ -0,0 +1,5597 @@ +eric4.DataViews.CodeMetrics.COMMENT?7 +eric4.DataViews.CodeMetrics.DEDENT?7 +eric4.DataViews.CodeMetrics.EMPTY?7 +eric4.DataViews.CodeMetrics.INDENT?7 +eric4.DataViews.CodeMetrics.KEYWORD?7 +eric4.DataViews.CodeMetrics.NEWLINE?7 +eric4.DataViews.CodeMetrics.Parser.parse?4(text) +eric4.DataViews.CodeMetrics.SourceStat.dedent?4(tok) +eric4.DataViews.CodeMetrics.SourceStat.dump?4() +eric4.DataViews.CodeMetrics.SourceStat.getCounter?4(id, key) +eric4.DataViews.CodeMetrics.SourceStat.inc?4(key, value=1) +eric4.DataViews.CodeMetrics.SourceStat.indent?4(tok) +eric4.DataViews.CodeMetrics.SourceStat.push?4(identifier, row) +eric4.DataViews.CodeMetrics.SourceStat?1() +eric4.DataViews.CodeMetrics.Token?1(**kw) +eric4.DataViews.CodeMetrics.analyze?4(filename, total) +eric4.DataViews.CodeMetrics.main?4() +eric4.DataViews.CodeMetrics.spacer?7 +eric4.DataViews.CodeMetrics.summarize?4(total, key, value) +eric4.DataViews.CodeMetricsDialog.CodeMetricsDialog.on_buttonBox_clicked?4(button) +eric4.DataViews.CodeMetricsDialog.CodeMetricsDialog.start?4(fn) +eric4.DataViews.CodeMetricsDialog.CodeMetricsDialog?1(parent = None) +eric4.DataViews.PyCoverageDialog.PyCoverageDialog.on_buttonBox_clicked?4(button) +eric4.DataViews.PyCoverageDialog.PyCoverageDialog.on_reloadButton_clicked?4() +eric4.DataViews.PyCoverageDialog.PyCoverageDialog.start?4(cfn, fn) +eric4.DataViews.PyCoverageDialog.PyCoverageDialog.stringify?4() +eric4.DataViews.PyCoverageDialog.PyCoverageDialog?1(parent = None) +eric4.DataViews.PyProfileDialog.PyProfileDialog.on_buttonBox_clicked?4(button) +eric4.DataViews.PyProfileDialog.PyProfileDialog.start?4(pfn, fn=None) +eric4.DataViews.PyProfileDialog.PyProfileDialog?1(parent = None) +eric4.DebugClients.Python.AsyncFile.AsyncFile.close?4(closeit=0) +eric4.DebugClients.Python.AsyncFile.AsyncFile.fileno?4() +eric4.DebugClients.Python.AsyncFile.AsyncFile.flush?4() +eric4.DebugClients.Python.AsyncFile.AsyncFile.isatty?4() +eric4.DebugClients.Python.AsyncFile.AsyncFile.maxbuffersize?7 +eric4.DebugClients.Python.AsyncFile.AsyncFile.maxtries?7 +eric4.DebugClients.Python.AsyncFile.AsyncFile.pendingWrite?4() +eric4.DebugClients.Python.AsyncFile.AsyncFile.read?4(size=-1) +eric4.DebugClients.Python.AsyncFile.AsyncFile.read_p?4(size=-1) +eric4.DebugClients.Python.AsyncFile.AsyncFile.readline?4(sizehint=-1) +eric4.DebugClients.Python.AsyncFile.AsyncFile.readline_p?4(size=-1) +eric4.DebugClients.Python.AsyncFile.AsyncFile.readlines?4(sizehint=-1) +eric4.DebugClients.Python.AsyncFile.AsyncFile.seek?4(offset, whence=0) +eric4.DebugClients.Python.AsyncFile.AsyncFile.tell?4() +eric4.DebugClients.Python.AsyncFile.AsyncFile.truncate?4(size=-1) +eric4.DebugClients.Python.AsyncFile.AsyncFile.write?4(s) +eric4.DebugClients.Python.AsyncFile.AsyncFile.writelines?4(list) +eric4.DebugClients.Python.AsyncFile.AsyncFile?1(sock, mode, name) +eric4.DebugClients.Python.AsyncFile.AsyncPendingWrite?4(file) +eric4.DebugClients.Python.AsyncIO.AsyncIO.disconnect?4() +eric4.DebugClients.Python.AsyncIO.AsyncIO.readReady?4(fd) +eric4.DebugClients.Python.AsyncIO.AsyncIO.setDescriptors?4(rfd, wfd) +eric4.DebugClients.Python.AsyncIO.AsyncIO.write?4(s) +eric4.DebugClients.Python.AsyncIO.AsyncIO.writeReady?4(fd) +eric4.DebugClients.Python.AsyncIO.AsyncIO?1() +eric4.DebugClients.Python.DCTestResult.DCTestResult.addError?4(test, err) +eric4.DebugClients.Python.DCTestResult.DCTestResult.addFailure?4(test, err) +eric4.DebugClients.Python.DCTestResult.DCTestResult.startTest?4(test) +eric4.DebugClients.Python.DCTestResult.DCTestResult.stopTest?4(test) +eric4.DebugClients.Python.DCTestResult.DCTestResult?1(parent) +eric4.DebugClients.Python.DebugBase.DebugBase.break_anywhere?4(frame) +eric4.DebugClients.Python.DebugBase.DebugBase.break_here?4(frame) +eric4.DebugClients.Python.DebugBase.DebugBase.clear_watch?4(cond) +eric4.DebugClients.Python.DebugBase.DebugBase.dispatch_exception?4(frame, arg) +eric4.DebugClients.Python.DebugBase.DebugBase.dispatch_line?4(frame) +eric4.DebugClients.Python.DebugBase.DebugBase.dispatch_return?4(frame, arg) +eric4.DebugClients.Python.DebugBase.DebugBase.fix_frame_filename?4(frame) +eric4.DebugClients.Python.DebugBase.DebugBase.getCurrentFrame?4() +eric4.DebugClients.Python.DebugBase.DebugBase.getEvent?4() +eric4.DebugClients.Python.DebugBase.DebugBase.getStack?4() +eric4.DebugClients.Python.DebugBase.DebugBase.get_break?4(filename, lineno) +eric4.DebugClients.Python.DebugBase.DebugBase.get_watch?4(cond) +eric4.DebugClients.Python.DebugBase.DebugBase.go?4(special) +eric4.DebugClients.Python.DebugBase.DebugBase.isBroken?4() +eric4.DebugClients.Python.DebugBase.DebugBase.profile?4(frame, event, arg) +eric4.DebugClients.Python.DebugBase.DebugBase.setRecursionDepth?4(frame) +eric4.DebugClients.Python.DebugBase.DebugBase.set_continue?4(special) +eric4.DebugClients.Python.DebugBase.DebugBase.set_quit?4() +eric4.DebugClients.Python.DebugBase.DebugBase.set_trace?4(frame = None) +eric4.DebugClients.Python.DebugBase.DebugBase.set_watch?4(cond, temporary=0) +eric4.DebugClients.Python.DebugBase.DebugBase.step?4(traceMode) +eric4.DebugClients.Python.DebugBase.DebugBase.stepOut?4() +eric4.DebugClients.Python.DebugBase.DebugBase.stop_here?4(frame) +eric4.DebugClients.Python.DebugBase.DebugBase.trace_dispatch?4(frame, event, arg) +eric4.DebugClients.Python.DebugBase.DebugBase.user_exception?4(frame, (exctype, excval, exctb), unhandled=0) +eric4.DebugClients.Python.DebugBase.DebugBase.user_line?4(frame) +eric4.DebugClients.Python.DebugBase.DebugBase.user_return?4(frame, retval) +eric4.DebugClients.Python.DebugBase.DebugBase?1(dbgClient) +eric4.DebugClients.Python.DebugBase.gRecursionLimit?7 +eric4.DebugClients.Python.DebugBase.printerr?4(s) +eric4.DebugClients.Python.DebugBase.setRecursionLimit?4(limit) +eric4.DebugClients.Python.DebugClient.DebugClient.debugClient?7 +eric4.DebugClients.Python.DebugClient.DebugClient?1() +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.absPath?4(fn) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.attachThread?4(target = None, args = None, kwargs = None, mainThread = 0) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.clientCapabilities?7 +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.close?4(fd) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.connectDebugger?4(port, remoteAddress=None, redirect=1) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.eventLoop?4(disablePolling = False) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.eventPoll?4() +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.fork?4() +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.getCoding?4() +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.getRunning?4() +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.handleLine?4(line) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.input?4(prompt) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.main?4() +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.progTerminated?4(status) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.raw_input?4(prompt, echo) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.sessionClose?4(exit = 1) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.shouldSkip?4(fn) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.startDebugger?4(filename = None, host = None, port = None, enableTrace = 1, exceptions = 1, tracePython = 0, redirect = 1) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd = '', host = None, port = None, exceptions = 1, tracePython = 0, redirect = 1) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase.write?4(s) +eric4.DebugClients.Python.DebugClientBase.DebugClientBase?1() +eric4.DebugClients.Python.DebugClientBase.DebugClientClose?4(fd) +eric4.DebugClients.Python.DebugClientBase.DebugClientFork?4() +eric4.DebugClients.Python.DebugClientBase.DebugClientInput?4(prompt="") +eric4.DebugClients.Python.DebugClientBase.DebugClientInstance?7 +eric4.DebugClients.Python.DebugClientBase.DebugClientRawInput?4(prompt="", echo=1) +eric4.DebugClients.Python.DebugClientBase.DebugClientSetRecursionLimit?4(limit) +eric4.DebugClients.Python.DebugClientCapabilities.HasAll?7 +eric4.DebugClients.Python.DebugClientCapabilities.HasCompleter?7 +eric4.DebugClients.Python.DebugClientCapabilities.HasCoverage?7 +eric4.DebugClients.Python.DebugClientCapabilities.HasDebugger?7 +eric4.DebugClients.Python.DebugClientCapabilities.HasInterpreter?7 +eric4.DebugClients.Python.DebugClientCapabilities.HasProfiler?7 +eric4.DebugClients.Python.DebugClientCapabilities.HasShell?7 +eric4.DebugClients.Python.DebugClientCapabilities.HasUnittest?7 +eric4.DebugClients.Python.DebugClientThreads.DebugClientThreads.attachThread?4(target = None, args = None, kwargs = None, mainThread = 0) +eric4.DebugClients.Python.DebugClientThreads.DebugClientThreads.debugClient?7 +eric4.DebugClients.Python.DebugClientThreads.DebugClientThreads.eventLoop?4(disablePolling = False) +eric4.DebugClients.Python.DebugClientThreads.DebugClientThreads.lockClient?4(blocking = 1) +eric4.DebugClients.Python.DebugClientThreads.DebugClientThreads.setCurrentThread?4(id) +eric4.DebugClients.Python.DebugClientThreads.DebugClientThreads.set_quit?4() +eric4.DebugClients.Python.DebugClientThreads.DebugClientThreads.threadTerminated?4(dbgThread) +eric4.DebugClients.Python.DebugClientThreads.DebugClientThreads.unlockClient?4() +eric4.DebugClients.Python.DebugClientThreads.DebugClientThreads?1() +eric4.DebugClients.Python.DebugClientThreads._debugclient_start_new_thread?5(target, args, kwargs={}) +eric4.DebugClients.Python.DebugClientThreads._original_start_thread?8 +eric4.DebugClients.Python.DebugConfig.ConfigVarTypeStrings?7 +eric4.DebugClients.Python.DebugProtocol.DebugAddress?7 +eric4.DebugClients.Python.DebugProtocol.EOT?7 +eric4.DebugClients.Python.DebugProtocol.PassiveStartup?7 +eric4.DebugClients.Python.DebugProtocol.RequestBanner?7 +eric4.DebugClients.Python.DebugProtocol.RequestBreak?7 +eric4.DebugClients.Python.DebugProtocol.RequestBreakEnable?7 +eric4.DebugClients.Python.DebugProtocol.RequestBreakIgnore?7 +eric4.DebugClients.Python.DebugProtocol.RequestCapabilities?7 +eric4.DebugClients.Python.DebugProtocol.RequestCompletion?7 +eric4.DebugClients.Python.DebugProtocol.RequestContinue?7 +eric4.DebugClients.Python.DebugProtocol.RequestCoverage?7 +eric4.DebugClients.Python.DebugProtocol.RequestEnv?7 +eric4.DebugClients.Python.DebugProtocol.RequestEval?7 +eric4.DebugClients.Python.DebugProtocol.RequestExec?7 +eric4.DebugClients.Python.DebugProtocol.RequestForkMode?7 +eric4.DebugClients.Python.DebugProtocol.RequestForkTo?7 +eric4.DebugClients.Python.DebugProtocol.RequestLoad?7 +eric4.DebugClients.Python.DebugProtocol.RequestOK?7 +eric4.DebugClients.Python.DebugProtocol.RequestProfile?7 +eric4.DebugClients.Python.DebugProtocol.RequestRun?7 +eric4.DebugClients.Python.DebugProtocol.RequestSetFilter?7 +eric4.DebugClients.Python.DebugProtocol.RequestShutdown?7 +eric4.DebugClients.Python.DebugProtocol.RequestStep?7 +eric4.DebugClients.Python.DebugProtocol.RequestStepOut?7 +eric4.DebugClients.Python.DebugProtocol.RequestStepOver?7 +eric4.DebugClients.Python.DebugProtocol.RequestStepQuit?7 +eric4.DebugClients.Python.DebugProtocol.RequestThreadList?7 +eric4.DebugClients.Python.DebugProtocol.RequestThreadSet?7 +eric4.DebugClients.Python.DebugProtocol.RequestUTPrepare?7 +eric4.DebugClients.Python.DebugProtocol.RequestUTRun?7 +eric4.DebugClients.Python.DebugProtocol.RequestUTStop?7 +eric4.DebugClients.Python.DebugProtocol.RequestVariable?7 +eric4.DebugClients.Python.DebugProtocol.RequestVariables?7 +eric4.DebugClients.Python.DebugProtocol.RequestWatch?7 +eric4.DebugClients.Python.DebugProtocol.RequestWatchEnable?7 +eric4.DebugClients.Python.DebugProtocol.RequestWatchIgnore?7 +eric4.DebugClients.Python.DebugProtocol.ResponseBPConditionError?7 +eric4.DebugClients.Python.DebugProtocol.ResponseBanner?7 +eric4.DebugClients.Python.DebugProtocol.ResponseCapabilities?7 +eric4.DebugClients.Python.DebugProtocol.ResponseClearBreak?7 +eric4.DebugClients.Python.DebugProtocol.ResponseClearWatch?7 +eric4.DebugClients.Python.DebugProtocol.ResponseCompletion?7 +eric4.DebugClients.Python.DebugProtocol.ResponseContinue?7 +eric4.DebugClients.Python.DebugProtocol.ResponseException?7 +eric4.DebugClients.Python.DebugProtocol.ResponseExit?7 +eric4.DebugClients.Python.DebugProtocol.ResponseForkTo?7 +eric4.DebugClients.Python.DebugProtocol.ResponseLine?7 +eric4.DebugClients.Python.DebugProtocol.ResponseOK?7 +eric4.DebugClients.Python.DebugProtocol.ResponseRaw?7 +eric4.DebugClients.Python.DebugProtocol.ResponseStack?7 +eric4.DebugClients.Python.DebugProtocol.ResponseSyntax?7 +eric4.DebugClients.Python.DebugProtocol.ResponseThreadList?7 +eric4.DebugClients.Python.DebugProtocol.ResponseThreadSet?7 +eric4.DebugClients.Python.DebugProtocol.ResponseUTFinished?7 +eric4.DebugClients.Python.DebugProtocol.ResponseUTPrepared?7 +eric4.DebugClients.Python.DebugProtocol.ResponseUTStartTest?7 +eric4.DebugClients.Python.DebugProtocol.ResponseUTStopTest?7 +eric4.DebugClients.Python.DebugProtocol.ResponseUTTestErrored?7 +eric4.DebugClients.Python.DebugProtocol.ResponseUTTestFailed?7 +eric4.DebugClients.Python.DebugProtocol.ResponseVariable?7 +eric4.DebugClients.Python.DebugProtocol.ResponseVariables?7 +eric4.DebugClients.Python.DebugProtocol.ResponseWPConditionError?7 +eric4.DebugClients.Python.DebugThread.DebugThread.bootstrap?4() +eric4.DebugClients.Python.DebugThread.DebugThread.get_ident?4() +eric4.DebugClients.Python.DebugThread.DebugThread.get_name?4() +eric4.DebugClients.Python.DebugThread.DebugThread.set_ident?4(id) +eric4.DebugClients.Python.DebugThread.DebugThread.traceThread?4() +eric4.DebugClients.Python.DebugThread.DebugThread.trace_dispatch?4(frame, event, arg) +eric4.DebugClients.Python.DebugThread.DebugThread?1(dbgClient, targ = None, args = None, kwargs = None, mainThread = 0) +eric4.DebugClients.Python.FlexCompleter.Completer.attr_matches?4(text) +eric4.DebugClients.Python.FlexCompleter.Completer.complete?4(text, state) +eric4.DebugClients.Python.FlexCompleter.Completer.global_matches?4(text) +eric4.DebugClients.Python.FlexCompleter.Completer?1(namespace = None) +eric4.DebugClients.Python.FlexCompleter.get_class_members?4(klass) +eric4.DebugClients.Python.PyProfile.PyProfile.dispatch?7 +eric4.DebugClients.Python.PyProfile.PyProfile.dump_stats?4(file) +eric4.DebugClients.Python.PyProfile.PyProfile.erase?4() +eric4.DebugClients.Python.PyProfile.PyProfile.fix_frame_filename?4(frame) +eric4.DebugClients.Python.PyProfile.PyProfile.save?4() +eric4.DebugClients.Python.PyProfile.PyProfile.trace_dispatch_call?4(frame, t) +eric4.DebugClients.Python.PyProfile.PyProfile?1(basename, timer=None, bias=None) +eric4.DebugClients.Python.eric4dbgstub.debugger?7 +eric4.DebugClients.Python.eric4dbgstub.ericpath?7 +eric4.DebugClients.Python.eric4dbgstub.initDebugger?4(kind = "standard") +eric4.DebugClients.Python.eric4dbgstub.modDir?7 +eric4.DebugClients.Python.eric4dbgstub.runcall?4(func, *args) +eric4.DebugClients.Python.eric4dbgstub.setScriptname?4(name) +eric4.DebugClients.Python.eric4dbgstub.startDebugger?4(enableTrace = True, exceptions = True, tracePython = False, redirect = True) +eric4.DebugClients.Python.getpass.default_getpass?7 +eric4.DebugClients.Python.getpass.getpass?4(prompt='Password: ') +eric4.DebugClients.Python.getpass.getuser?4() +eric4.DebugClients.Python.getpass.unix_getpass?7 +eric4.DebugClients.Python.getpass.win_getpass?7 +eric4.DebugClients.Python3.AsyncFile.AsyncFile.close?4(closeit = False) +eric4.DebugClients.Python3.AsyncFile.AsyncFile.fileno?4() +eric4.DebugClients.Python3.AsyncFile.AsyncFile.flush?4() +eric4.DebugClients.Python3.AsyncFile.AsyncFile.isatty?4() +eric4.DebugClients.Python3.AsyncFile.AsyncFile.maxbuffersize?7 +eric4.DebugClients.Python3.AsyncFile.AsyncFile.maxtries?7 +eric4.DebugClients.Python3.AsyncFile.AsyncFile.pendingWrite?4() +eric4.DebugClients.Python3.AsyncFile.AsyncFile.read?4(size = -1) +eric4.DebugClients.Python3.AsyncFile.AsyncFile.read_p?4(size = -1) +eric4.DebugClients.Python3.AsyncFile.AsyncFile.readline?4(sizehint = -1) +eric4.DebugClients.Python3.AsyncFile.AsyncFile.readline_p?4(size = -1) +eric4.DebugClients.Python3.AsyncFile.AsyncFile.readlines?4(sizehint = -1) +eric4.DebugClients.Python3.AsyncFile.AsyncFile.seek?4(offset, whence = 0) +eric4.DebugClients.Python3.AsyncFile.AsyncFile.tell?4() +eric4.DebugClients.Python3.AsyncFile.AsyncFile.truncate?4(size = -1) +eric4.DebugClients.Python3.AsyncFile.AsyncFile.write?4(s) +eric4.DebugClients.Python3.AsyncFile.AsyncFile.writelines?4(list) +eric4.DebugClients.Python3.AsyncFile.AsyncFile?1(sock, mode, name) +eric4.DebugClients.Python3.AsyncFile.AsyncPendingWrite?4(file) +eric4.DebugClients.Python3.AsyncIO.AsyncIO.disconnect?4() +eric4.DebugClients.Python3.AsyncIO.AsyncIO.readReady?4(fd) +eric4.DebugClients.Python3.AsyncIO.AsyncIO.setDescriptors?4(rfd, wfd) +eric4.DebugClients.Python3.AsyncIO.AsyncIO.write?4(s) +eric4.DebugClients.Python3.AsyncIO.AsyncIO.writeReady?4(fd) +eric4.DebugClients.Python3.AsyncIO.AsyncIO?1() +eric4.DebugClients.Python3.DCTestResult.DCTestResult.addError?4(test, err) +eric4.DebugClients.Python3.DCTestResult.DCTestResult.addFailure?4(test, err) +eric4.DebugClients.Python3.DCTestResult.DCTestResult.startTest?4(test) +eric4.DebugClients.Python3.DCTestResult.DCTestResult.stopTest?4(test) +eric4.DebugClients.Python3.DCTestResult.DCTestResult?1(parent) +eric4.DebugClients.Python3.DebugBase.DebugBase.break_anywhere?4(frame) +eric4.DebugClients.Python3.DebugBase.DebugBase.break_here?4(frame) +eric4.DebugClients.Python3.DebugBase.DebugBase.clear_watch?4(cond) +eric4.DebugClients.Python3.DebugBase.DebugBase.dispatch_exception?4(frame, arg) +eric4.DebugClients.Python3.DebugBase.DebugBase.dispatch_line?4(frame) +eric4.DebugClients.Python3.DebugBase.DebugBase.dispatch_return?4(frame, arg) +eric4.DebugClients.Python3.DebugBase.DebugBase.fix_frame_filename?4(frame) +eric4.DebugClients.Python3.DebugBase.DebugBase.getCurrentFrame?4() +eric4.DebugClients.Python3.DebugBase.DebugBase.getEvent?4() +eric4.DebugClients.Python3.DebugBase.DebugBase.getStack?4() +eric4.DebugClients.Python3.DebugBase.DebugBase.get_break?4(filename, lineno) +eric4.DebugClients.Python3.DebugBase.DebugBase.get_watch?4(cond) +eric4.DebugClients.Python3.DebugBase.DebugBase.go?4(special) +eric4.DebugClients.Python3.DebugBase.DebugBase.isBroken?4() +eric4.DebugClients.Python3.DebugBase.DebugBase.profile?4(frame, event, arg) +eric4.DebugClients.Python3.DebugBase.DebugBase.setRecursionDepth?4(frame) +eric4.DebugClients.Python3.DebugBase.DebugBase.set_continue?4(special) +eric4.DebugClients.Python3.DebugBase.DebugBase.set_quit?4() +eric4.DebugClients.Python3.DebugBase.DebugBase.set_trace?4(frame = None) +eric4.DebugClients.Python3.DebugBase.DebugBase.set_watch?4(cond, temporary = False) +eric4.DebugClients.Python3.DebugBase.DebugBase.step?4(traceMode) +eric4.DebugClients.Python3.DebugBase.DebugBase.stepOut?4() +eric4.DebugClients.Python3.DebugBase.DebugBase.stop_here?4(frame) +eric4.DebugClients.Python3.DebugBase.DebugBase.trace_dispatch?4(frame, event, arg) +eric4.DebugClients.Python3.DebugBase.DebugBase.user_exception?4(frame, excinfo, unhandled = False) +eric4.DebugClients.Python3.DebugBase.DebugBase.user_line?4(frame) +eric4.DebugClients.Python3.DebugBase.DebugBase.user_return?4(frame, retval) +eric4.DebugClients.Python3.DebugBase.DebugBase?1(dbgClient) +eric4.DebugClients.Python3.DebugBase.gRecursionLimit?7 +eric4.DebugClients.Python3.DebugBase.printerr?4(s) +eric4.DebugClients.Python3.DebugBase.setRecursionLimit?4(limit) +eric4.DebugClients.Python3.DebugClient.DebugClient.debugClient?7 +eric4.DebugClients.Python3.DebugClient.DebugClient?1() +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.absPath?4(fn) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.attachThread?4(target = None, args = None, kwargs = None, mainThread = False) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.clientCapabilities?7 +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.close?4(fd) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.connectDebugger?4(port, remoteAddress = None, redirect = True) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.eventLoop?4(disablePolling = False) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.eventPoll?4() +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.fork?4() +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.getCoding?4() +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.getRunning?4() +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.handleLine?4(line) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.input?4(prompt, echo) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.main?4() +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.progTerminated?4(status) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.sessionClose?4(exit = True) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.shouldSkip?4(fn) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.startDebugger?4(filename = None, host = None, port = None, enableTrace = True, exceptions = True, tracePython = False, redirect = True) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd = '', host = None, port = None, exceptions = True, tracePython = False, redirect = True) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase.write?4(s) +eric4.DebugClients.Python3.DebugClientBase.DebugClientBase?1() +eric4.DebugClients.Python3.DebugClientBase.DebugClientClose?4(fd) +eric4.DebugClients.Python3.DebugClientBase.DebugClientFork?4() +eric4.DebugClients.Python3.DebugClientBase.DebugClientInput?4(prompt = "") +eric4.DebugClients.Python3.DebugClientBase.DebugClientInstance?7 +eric4.DebugClients.Python3.DebugClientBase.DebugClientSetRecursionLimit?4(limit) +eric4.DebugClients.Python3.DebugClientCapabilities.HasAll?7 +eric4.DebugClients.Python3.DebugClientCapabilities.HasCompleter?7 +eric4.DebugClients.Python3.DebugClientCapabilities.HasCoverage?7 +eric4.DebugClients.Python3.DebugClientCapabilities.HasDebugger?7 +eric4.DebugClients.Python3.DebugClientCapabilities.HasInterpreter?7 +eric4.DebugClients.Python3.DebugClientCapabilities.HasProfiler?7 +eric4.DebugClients.Python3.DebugClientCapabilities.HasShell?7 +eric4.DebugClients.Python3.DebugClientCapabilities.HasUnittest?7 +eric4.DebugClients.Python3.DebugClientThreads.DebugClientThreads.attachThread?4(target = None, args = None, kwargs = None, mainThread = False) +eric4.DebugClients.Python3.DebugClientThreads.DebugClientThreads.debugClient?7 +eric4.DebugClients.Python3.DebugClientThreads.DebugClientThreads.eventLoop?4(disablePolling = False) +eric4.DebugClients.Python3.DebugClientThreads.DebugClientThreads.lockClient?4(blocking = True) +eric4.DebugClients.Python3.DebugClientThreads.DebugClientThreads.setCurrentThread?4(id) +eric4.DebugClients.Python3.DebugClientThreads.DebugClientThreads.set_quit?4() +eric4.DebugClients.Python3.DebugClientThreads.DebugClientThreads.threadTerminated?4(dbgThread) +eric4.DebugClients.Python3.DebugClientThreads.DebugClientThreads.unlockClient?4() +eric4.DebugClients.Python3.DebugClientThreads.DebugClientThreads?1() +eric4.DebugClients.Python3.DebugClientThreads._debugclient_start_new_thread?5(target, args, kwargs = {}) +eric4.DebugClients.Python3.DebugClientThreads._original_start_thread?8 +eric4.DebugClients.Python3.DebugConfig.ConfigVarTypeStrings?7 +eric4.DebugClients.Python3.DebugProtocol.DebugAddress?7 +eric4.DebugClients.Python3.DebugProtocol.EOT?7 +eric4.DebugClients.Python3.DebugProtocol.PassiveStartup?7 +eric4.DebugClients.Python3.DebugProtocol.RequestBanner?7 +eric4.DebugClients.Python3.DebugProtocol.RequestBreak?7 +eric4.DebugClients.Python3.DebugProtocol.RequestBreakEnable?7 +eric4.DebugClients.Python3.DebugProtocol.RequestBreakIgnore?7 +eric4.DebugClients.Python3.DebugProtocol.RequestCapabilities?7 +eric4.DebugClients.Python3.DebugProtocol.RequestCompletion?7 +eric4.DebugClients.Python3.DebugProtocol.RequestContinue?7 +eric4.DebugClients.Python3.DebugProtocol.RequestCoverage?7 +eric4.DebugClients.Python3.DebugProtocol.RequestEnv?7 +eric4.DebugClients.Python3.DebugProtocol.RequestEval?7 +eric4.DebugClients.Python3.DebugProtocol.RequestExec?7 +eric4.DebugClients.Python3.DebugProtocol.RequestForkMode?7 +eric4.DebugClients.Python3.DebugProtocol.RequestForkTo?7 +eric4.DebugClients.Python3.DebugProtocol.RequestLoad?7 +eric4.DebugClients.Python3.DebugProtocol.RequestOK?7 +eric4.DebugClients.Python3.DebugProtocol.RequestProfile?7 +eric4.DebugClients.Python3.DebugProtocol.RequestRun?7 +eric4.DebugClients.Python3.DebugProtocol.RequestSetFilter?7 +eric4.DebugClients.Python3.DebugProtocol.RequestShutdown?7 +eric4.DebugClients.Python3.DebugProtocol.RequestStep?7 +eric4.DebugClients.Python3.DebugProtocol.RequestStepOut?7 +eric4.DebugClients.Python3.DebugProtocol.RequestStepOver?7 +eric4.DebugClients.Python3.DebugProtocol.RequestStepQuit?7 +eric4.DebugClients.Python3.DebugProtocol.RequestThreadList?7 +eric4.DebugClients.Python3.DebugProtocol.RequestThreadSet?7 +eric4.DebugClients.Python3.DebugProtocol.RequestUTPrepare?7 +eric4.DebugClients.Python3.DebugProtocol.RequestUTRun?7 +eric4.DebugClients.Python3.DebugProtocol.RequestUTStop?7 +eric4.DebugClients.Python3.DebugProtocol.RequestVariable?7 +eric4.DebugClients.Python3.DebugProtocol.RequestVariables?7 +eric4.DebugClients.Python3.DebugProtocol.RequestWatch?7 +eric4.DebugClients.Python3.DebugProtocol.RequestWatchEnable?7 +eric4.DebugClients.Python3.DebugProtocol.RequestWatchIgnore?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseBPConditionError?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseBanner?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseCapabilities?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseClearBreak?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseClearWatch?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseCompletion?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseContinue?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseException?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseExit?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseForkTo?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseLine?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseOK?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseRaw?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseStack?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseSyntax?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseThreadList?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseThreadSet?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseUTFinished?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseUTPrepared?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseUTStartTest?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseUTStopTest?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseUTTestErrored?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseUTTestFailed?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseVariable?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseVariables?7 +eric4.DebugClients.Python3.DebugProtocol.ResponseWPConditionError?7 +eric4.DebugClients.Python3.DebugThread.DebugThread.bootstrap?4() +eric4.DebugClients.Python3.DebugThread.DebugThread.get_ident?4() +eric4.DebugClients.Python3.DebugThread.DebugThread.get_name?4() +eric4.DebugClients.Python3.DebugThread.DebugThread.set_ident?4(id) +eric4.DebugClients.Python3.DebugThread.DebugThread.traceThread?4() +eric4.DebugClients.Python3.DebugThread.DebugThread.trace_dispatch?4(frame, event, arg) +eric4.DebugClients.Python3.DebugThread.DebugThread?1(dbgClient, targ = None, args = None, kwargs = None, mainThread = False) +eric4.DebugClients.Python3.FlexCompleter.Completer._callable_postfix?5(val, word) +eric4.DebugClients.Python3.FlexCompleter.Completer.attr_matches?4(text) +eric4.DebugClients.Python3.FlexCompleter.Completer.complete?4(text, state) +eric4.DebugClients.Python3.FlexCompleter.Completer.global_matches?4(text) +eric4.DebugClients.Python3.FlexCompleter.Completer?1(namespace = None) +eric4.DebugClients.Python3.FlexCompleter.get_class_members?4(klass) +eric4.DebugClients.Python3.PyProfile.PyProfile.dispatch?7 +eric4.DebugClients.Python3.PyProfile.PyProfile.dump_stats?4(file) +eric4.DebugClients.Python3.PyProfile.PyProfile.erase?4() +eric4.DebugClients.Python3.PyProfile.PyProfile.fix_frame_filename?4(frame) +eric4.DebugClients.Python3.PyProfile.PyProfile.save?4() +eric4.DebugClients.Python3.PyProfile.PyProfile.trace_dispatch_call?4(frame, t) +eric4.DebugClients.Python3.PyProfile.PyProfile?1(basename, timer = None, bias = None) +eric4.DebugClients.Python3.eric4dbgstub.debugger?7 +eric4.DebugClients.Python3.eric4dbgstub.ericpath?7 +eric4.DebugClients.Python3.eric4dbgstub.initDebugger?4(kind = "standard") +eric4.DebugClients.Python3.eric4dbgstub.modDir?7 +eric4.DebugClients.Python3.eric4dbgstub.runcall?4(func, *args) +eric4.DebugClients.Python3.eric4dbgstub.setScriptname?4(name) +eric4.DebugClients.Python3.eric4dbgstub.startDebugger?4(enableTrace = True, exceptions = True, tracePython = False, redirect = True) +eric4.DebugClients.Python3.getpass.default_getpass?7 +eric4.DebugClients.Python3.getpass.getpass?4(prompt = 'Password: ') +eric4.DebugClients.Python3.getpass.getuser?4() +eric4.DebugClients.Python3.getpass.unix_getpass?7 +eric4.DebugClients.Python3.getpass.win_getpass?7 +eric4.Debugger.BreakPointModel.BreakPointModel.addBreakPoint?4(fn, line, properties) +eric4.Debugger.BreakPointModel.BreakPointModel.columnCount?4(parent = QModelIndex()) +eric4.Debugger.BreakPointModel.BreakPointModel.data?4(index, role) +eric4.Debugger.BreakPointModel.BreakPointModel.deleteAll?4() +eric4.Debugger.BreakPointModel.BreakPointModel.deleteBreakPointByIndex?4(index) +eric4.Debugger.BreakPointModel.BreakPointModel.deleteBreakPoints?4(idxList) +eric4.Debugger.BreakPointModel.BreakPointModel.flags?4(index) +eric4.Debugger.BreakPointModel.BreakPointModel.getBreakPointByIndex?4(index) +eric4.Debugger.BreakPointModel.BreakPointModel.getBreakPointIndex?4(fn, lineno) +eric4.Debugger.BreakPointModel.BreakPointModel.hasChildren?4(parent = QModelIndex()) +eric4.Debugger.BreakPointModel.BreakPointModel.headerData?4(section, orientation, role = Qt.DisplayRole) +eric4.Debugger.BreakPointModel.BreakPointModel.index?4(row, column, parent = QModelIndex()) +eric4.Debugger.BreakPointModel.BreakPointModel.isBreakPointTemporaryByIndex?4(index) +eric4.Debugger.BreakPointModel.BreakPointModel.parent?4(index) +eric4.Debugger.BreakPointModel.BreakPointModel.rowCount?4(parent = QModelIndex()) +eric4.Debugger.BreakPointModel.BreakPointModel.setBreakPointByIndex?4(index, fn, line, properties) +eric4.Debugger.BreakPointModel.BreakPointModel.setBreakPointEnabledByIndex?4(index, enabled) +eric4.Debugger.BreakPointModel.BreakPointModel?1(parent = None) +eric4.Debugger.BreakPointViewer.BreakPointViewer.handleResetUI?4() +eric4.Debugger.BreakPointViewer.BreakPointViewer.highlightBreakpoint?4(fn, lineno) +eric4.Debugger.BreakPointViewer.BreakPointViewer.setModel?4(model) +eric4.Debugger.BreakPointViewer.BreakPointViewer?1(parent = None) +eric4.Debugger.DebugClientCapabilities.HasAll?7 +eric4.Debugger.DebugClientCapabilities.HasCompleter?7 +eric4.Debugger.DebugClientCapabilities.HasCoverage?7 +eric4.Debugger.DebugClientCapabilities.HasDebugger?7 +eric4.Debugger.DebugClientCapabilities.HasInterpreter?7 +eric4.Debugger.DebugClientCapabilities.HasProfiler?7 +eric4.Debugger.DebugClientCapabilities.HasShell?7 +eric4.Debugger.DebugClientCapabilities.HasUnittest?7 +eric4.Debugger.DebugProtocol.EOT?7 +eric4.Debugger.DebugProtocol.PassiveStartup?7 +eric4.Debugger.DebugProtocol.RequestBanner?7 +eric4.Debugger.DebugProtocol.RequestBreak?7 +eric4.Debugger.DebugProtocol.RequestBreakEnable?7 +eric4.Debugger.DebugProtocol.RequestBreakIgnore?7 +eric4.Debugger.DebugProtocol.RequestCapabilities?7 +eric4.Debugger.DebugProtocol.RequestCompletion?7 +eric4.Debugger.DebugProtocol.RequestContinue?7 +eric4.Debugger.DebugProtocol.RequestCoverage?7 +eric4.Debugger.DebugProtocol.RequestEnv?7 +eric4.Debugger.DebugProtocol.RequestEval?7 +eric4.Debugger.DebugProtocol.RequestExec?7 +eric4.Debugger.DebugProtocol.RequestForkMode?7 +eric4.Debugger.DebugProtocol.RequestForkTo?7 +eric4.Debugger.DebugProtocol.RequestLoad?7 +eric4.Debugger.DebugProtocol.RequestOK?7 +eric4.Debugger.DebugProtocol.RequestProfile?7 +eric4.Debugger.DebugProtocol.RequestRun?7 +eric4.Debugger.DebugProtocol.RequestSetFilter?7 +eric4.Debugger.DebugProtocol.RequestShutdown?7 +eric4.Debugger.DebugProtocol.RequestStep?7 +eric4.Debugger.DebugProtocol.RequestStepOut?7 +eric4.Debugger.DebugProtocol.RequestStepOver?7 +eric4.Debugger.DebugProtocol.RequestStepQuit?7 +eric4.Debugger.DebugProtocol.RequestThreadList?7 +eric4.Debugger.DebugProtocol.RequestThreadSet?7 +eric4.Debugger.DebugProtocol.RequestUTPrepare?7 +eric4.Debugger.DebugProtocol.RequestUTRun?7 +eric4.Debugger.DebugProtocol.RequestUTStop?7 +eric4.Debugger.DebugProtocol.RequestVariable?7 +eric4.Debugger.DebugProtocol.RequestVariables?7 +eric4.Debugger.DebugProtocol.RequestWatch?7 +eric4.Debugger.DebugProtocol.RequestWatchEnable?7 +eric4.Debugger.DebugProtocol.RequestWatchIgnore?7 +eric4.Debugger.DebugProtocol.ResponseBPConditionError?7 +eric4.Debugger.DebugProtocol.ResponseBanner?7 +eric4.Debugger.DebugProtocol.ResponseCapabilities?7 +eric4.Debugger.DebugProtocol.ResponseClearBreak?7 +eric4.Debugger.DebugProtocol.ResponseClearWatch?7 +eric4.Debugger.DebugProtocol.ResponseCompletion?7 +eric4.Debugger.DebugProtocol.ResponseContinue?7 +eric4.Debugger.DebugProtocol.ResponseException?7 +eric4.Debugger.DebugProtocol.ResponseExit?7 +eric4.Debugger.DebugProtocol.ResponseForkTo?7 +eric4.Debugger.DebugProtocol.ResponseLine?7 +eric4.Debugger.DebugProtocol.ResponseOK?7 +eric4.Debugger.DebugProtocol.ResponseRaw?7 +eric4.Debugger.DebugProtocol.ResponseStack?7 +eric4.Debugger.DebugProtocol.ResponseSyntax?7 +eric4.Debugger.DebugProtocol.ResponseThreadList?7 +eric4.Debugger.DebugProtocol.ResponseThreadSet?7 +eric4.Debugger.DebugProtocol.ResponseUTFinished?7 +eric4.Debugger.DebugProtocol.ResponseUTPrepared?7 +eric4.Debugger.DebugProtocol.ResponseUTStartTest?7 +eric4.Debugger.DebugProtocol.ResponseUTStopTest?7 +eric4.Debugger.DebugProtocol.ResponseUTTestErrored?7 +eric4.Debugger.DebugProtocol.ResponseUTTestFailed?7 +eric4.Debugger.DebugProtocol.ResponseVariable?7 +eric4.Debugger.DebugProtocol.ResponseVariables?7 +eric4.Debugger.DebugProtocol.ResponseWPConditionError?7 +eric4.Debugger.DebugServer.DebugServer.clientBanner?4(version, platform, debugClient) +eric4.Debugger.DebugServer.DebugServer.clientBreakConditionError?4(filename, lineno) +eric4.Debugger.DebugServer.DebugServer.clientCapabilities?4(capabilities, clientType) +eric4.Debugger.DebugServer.DebugServer.clientClearBreak?4(filename, lineno) +eric4.Debugger.DebugServer.DebugServer.clientClearWatch?4(condition) +eric4.Debugger.DebugServer.DebugServer.clientCompletionList?4(completionList, text) +eric4.Debugger.DebugServer.DebugServer.clientException?4(exceptionType, exceptionMessage, stackTrace) +eric4.Debugger.DebugServer.DebugServer.clientExit?4(status) +eric4.Debugger.DebugServer.DebugServer.clientLine?4(filename, lineno, forStack = False) +eric4.Debugger.DebugServer.DebugServer.clientOutput?4(line) +eric4.Debugger.DebugServer.DebugServer.clientRawInput?4(prompt, echo) +eric4.Debugger.DebugServer.DebugServer.clientStack?4(stack) +eric4.Debugger.DebugServer.DebugServer.clientStatement?4(more) +eric4.Debugger.DebugServer.DebugServer.clientSyntaxError?4(message, filename, lineNo, characterNo) +eric4.Debugger.DebugServer.DebugServer.clientThreadList?4(currentId, threadList) +eric4.Debugger.DebugServer.DebugServer.clientThreadSet?4() +eric4.Debugger.DebugServer.DebugServer.clientUtFinished?4() +eric4.Debugger.DebugServer.DebugServer.clientUtPrepared?4(result, exceptionType, exceptionValue) +eric4.Debugger.DebugServer.DebugServer.clientUtStartTest?4(testname, doc) +eric4.Debugger.DebugServer.DebugServer.clientUtStopTest?4() +eric4.Debugger.DebugServer.DebugServer.clientUtTestErrored?4(testname, traceback) +eric4.Debugger.DebugServer.DebugServer.clientUtTestFailed?4(testname, traceback) +eric4.Debugger.DebugServer.DebugServer.clientVariable?4(scope, variables) +eric4.Debugger.DebugServer.DebugServer.clientVariables?4(scope, variables) +eric4.Debugger.DebugServer.DebugServer.clientWatchConditionError?4(condition) +eric4.Debugger.DebugServer.DebugServer.getBreakPointModel?4() +eric4.Debugger.DebugServer.DebugServer.getClientCapabilities?4(type) +eric4.Debugger.DebugServer.DebugServer.getExtensions?4(language) +eric4.Debugger.DebugServer.DebugServer.getHostAddress?4(localhost) +eric4.Debugger.DebugServer.DebugServer.getSupportedLanguages?4(shellOnly = False) +eric4.Debugger.DebugServer.DebugServer.getWatchPointModel?4() +eric4.Debugger.DebugServer.DebugServer.isConnected?4() +eric4.Debugger.DebugServer.DebugServer.passiveStartUp?4(fn, exc) +eric4.Debugger.DebugServer.DebugServer.preferencesChanged?4() +eric4.Debugger.DebugServer.DebugServer.remoteBanner?4() +eric4.Debugger.DebugServer.DebugServer.remoteBreakpoint?4(fn, line, set, cond=None, temp=False) +eric4.Debugger.DebugServer.DebugServer.remoteCapabilities?4() +eric4.Debugger.DebugServer.DebugServer.remoteClientSetFilter?4(scope, filter) +eric4.Debugger.DebugServer.DebugServer.remoteClientVariable?4(scope, filter, var, framenr = 0) +eric4.Debugger.DebugServer.DebugServer.remoteClientVariables?4(scope, filter, framenr = 0) +eric4.Debugger.DebugServer.DebugServer.remoteCompletion?4(text) +eric4.Debugger.DebugServer.DebugServer.remoteContinue?4(special = False) +eric4.Debugger.DebugServer.DebugServer.remoteCoverage?4(fn, argv, wd, env, autoClearShell = True, erase = False, forProject = False, runInConsole = False) +eric4.Debugger.DebugServer.DebugServer.remoteEnvironment?4(env) +eric4.Debugger.DebugServer.DebugServer.remoteEval?4(arg) +eric4.Debugger.DebugServer.DebugServer.remoteExec?4(stmt) +eric4.Debugger.DebugServer.DebugServer.remoteLoad?4(fn, argv, wd, env, autoClearShell = True, tracePython = False, autoContinue = True, forProject = False, runInConsole = False, autoFork = False, forkChild = False) +eric4.Debugger.DebugServer.DebugServer.remoteProfile?4(fn, argv, wd, env, autoClearShell = True, erase = False, forProject = False, runInConsole = False) +eric4.Debugger.DebugServer.DebugServer.remoteRawInput?4(s) +eric4.Debugger.DebugServer.DebugServer.remoteRun?4(fn, argv, wd, env, autoClearShell = True, forProject = False, runInConsole = False) +eric4.Debugger.DebugServer.DebugServer.remoteSetThread?4(tid) +eric4.Debugger.DebugServer.DebugServer.remoteStatement?4(stmt) +eric4.Debugger.DebugServer.DebugServer.remoteStep?4() +eric4.Debugger.DebugServer.DebugServer.remoteStepOut?4() +eric4.Debugger.DebugServer.DebugServer.remoteStepOver?4() +eric4.Debugger.DebugServer.DebugServer.remoteStepQuit?4() +eric4.Debugger.DebugServer.DebugServer.remoteThreadList?4() +eric4.Debugger.DebugServer.DebugServer.remoteUTPrepare?4(fn, tn, tfn, cov, covname, coverase) +eric4.Debugger.DebugServer.DebugServer.remoteUTRun?4() +eric4.Debugger.DebugServer.DebugServer.remoteUTStop?4() +eric4.Debugger.DebugServer.DebugServer.shutdownServer?4() +eric4.Debugger.DebugServer.DebugServer.startClient?4(unplanned = True, clType = None, forProject = False, runInConsole = False) +eric4.Debugger.DebugServer.DebugServer?1() +eric4.Debugger.DebugServer.DebuggerInterfaces?7 +eric4.Debugger.DebugUI.DebugUI.getActions?4() +eric4.Debugger.DebugUI.DebugUI.initActions?4() +eric4.Debugger.DebugUI.DebugUI.initMenus?4() +eric4.Debugger.DebugUI.DebugUI.initToolbars?4(toolbarManager) +eric4.Debugger.DebugUI.DebugUI.setArgvHistory?4(argsStr, clearHistories = False) +eric4.Debugger.DebugUI.DebugUI.setAutoClearShell?4(autoClearShell) +eric4.Debugger.DebugUI.DebugUI.setAutoContinue?4(autoContinue) +eric4.Debugger.DebugUI.DebugUI.setEnvHistory?4(envStr, clearHistories = False) +eric4.Debugger.DebugUI.DebugUI.setExcIgnoreList?4(excIgnoreList) +eric4.Debugger.DebugUI.DebugUI.setExcList?4(excList) +eric4.Debugger.DebugUI.DebugUI.setExceptionReporting?4(exceptions) +eric4.Debugger.DebugUI.DebugUI.setTracePython?4(tracePython) +eric4.Debugger.DebugUI.DebugUI.setWdHistory?4(wdStr, clearHistories = False) +eric4.Debugger.DebugUI.DebugUI.shutdown?4() +eric4.Debugger.DebugUI.DebugUI.shutdownServer?4() +eric4.Debugger.DebugUI.DebugUI.variablesFilter?4(scope) +eric4.Debugger.DebugUI.DebugUI?1(ui, vm, debugServer, debugViewer, project) +eric4.Debugger.DebugViewer.DebugViewer.currentWidget?4() +eric4.Debugger.DebugViewer.DebugViewer.handleClientStack?4(stack) +eric4.Debugger.DebugViewer.DebugViewer.handleDebuggingStarted?4() +eric4.Debugger.DebugViewer.DebugViewer.handleRawInput?4() +eric4.Debugger.DebugViewer.DebugViewer.handleResetUI?4() +eric4.Debugger.DebugViewer.DebugViewer.restoreCurrentPage?4() +eric4.Debugger.DebugViewer.DebugViewer.saveCurrentPage?4() +eric4.Debugger.DebugViewer.DebugViewer.setDebugger?4(debugUI) +eric4.Debugger.DebugViewer.DebugViewer.setVariablesFilter?4(globalsFilter, localsFilter) +eric4.Debugger.DebugViewer.DebugViewer.showThreadList?4(currentID, threadList) +eric4.Debugger.DebugViewer.DebugViewer.showVariable?4(vlist, globals) +eric4.Debugger.DebugViewer.DebugViewer.showVariables?4(vlist, globals) +eric4.Debugger.DebugViewer.DebugViewer.showVariablesTab?4(globals) +eric4.Debugger.DebugViewer.DebugViewer?1(debugServer, docked, vm, parent = None, embeddedShell = True, embeddedBrowser = True) +eric4.Debugger.DebuggerInterfaceNone.ClientDefaultCapabilities?7 +eric4.Debugger.DebuggerInterfaceNone.ClientTypeAssociations?7 +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.flush?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.getClientCapabilities?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.isConnected?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.newConnection?4(sock) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBanner?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpoint?4(fn, line, set, cond = None, temp = False) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpointEnable?4(fn, line, enable) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpointIgnore?4(fn, line, count) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCapabilities?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteClientSetFilter?4(scope, filter) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteClientVariable?4(scope, filter, var, framenr = 0) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteClientVariables?4(scope, filter, framenr = 0) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCompletion?4(text) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteContinue?4(special = False) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCoverage?4(fn, argv, wd, erase = False) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteEnvironment?4(env) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteEval?4(arg) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteExec?4(stmt) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteLoad?4(fn, argv, wd, traceInterpreter = False, autoContinue = True, autoFork = False, forkChild = False) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteProfile?4(fn, argv, wd, erase = False) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteRawInput?4(s) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteRun?4(fn, argv, wd) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteSetThread?4(tid) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStatement?4(stmt) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStep?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStepOut?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStepOver?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStepQuit?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteThreadList?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTPrepare?4(fn, tn, tfn, cov, covname, coverase) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTRun?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTStop?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpoint?4(cond, set, temp = False) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointEnable?4(cond, enable) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointIgnore?4(cond, count) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.shutdown?4() +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole) +eric4.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone?1(debugServer, passive) +eric4.Debugger.DebuggerInterfaceNone.getRegistryData?4() +eric4.Debugger.DebuggerInterfacePython.ClientDefaultCapabilities?7 +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.flush?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.getClientCapabilities?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.isConnected?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.newConnection?4(sock) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBanner?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBreakpoint?4(fn, line, set, cond = None, temp = False) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBreakpointEnable?4(fn, line, enable) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBreakpointIgnore?4(fn, line, count) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCapabilities?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientSetFilter?4(scope, filter) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientVariable?4(scope, filter, var, framenr = 0) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientVariables?4(scope, filter, framenr = 0) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCompletion?4(text) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteContinue?4(special = False) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCoverage?4(fn, argv, wd, erase = False) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteEnvironment?4(env) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteEval?4(arg) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteExec?4(stmt) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteLoad?4(fn, argv, wd, traceInterpreter = False, autoContinue = True, autoFork = False, forkChild = False) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteProfile?4(fn, argv, wd, erase = False) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteRawInput?4(s) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteRun?4(fn, argv, wd) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteSetThread?4(tid) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStatement?4(stmt) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStep?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepOut?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepOver?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepQuit?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteThreadList?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTPrepare?4(fn, tn, tfn, cov, covname, coverase) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTRun?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTStop?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpoint?4(cond, set, temp = False) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointEnable?4(cond, enable) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(cond, count) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.shutdown?4() +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole) +eric4.Debugger.DebuggerInterfacePython.DebuggerInterfacePython?1(debugServer, passive) +eric4.Debugger.DebuggerInterfacePython.getRegistryData?4() +eric4.Debugger.DebuggerInterfacePython3.ClientDefaultCapabilities?7 +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.flush?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.getClientCapabilities?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.isConnected?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.newConnection?4(sock) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBanner?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpoint?4(fn, line, set, cond = None, temp = False) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpointEnable?4(fn, line, enable) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpointIgnore?4(fn, line, count) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCapabilities?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteClientSetFilter?4(scope, filter) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteClientVariable?4(scope, filter, var, framenr = 0) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteClientVariables?4(scope, filter, framenr = 0) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCompletion?4(text) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteContinue?4(special = False) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCoverage?4(fn, argv, wd, erase = False) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteEnvironment?4(env) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteEval?4(arg) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteExec?4(stmt) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteLoad?4(fn, argv, wd, traceInterpreter = False, autoContinue = True, autoFork = False, forkChild = False) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteProfile?4(fn, argv, wd, erase = False) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteRawInput?4(s) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteRun?4(fn, argv, wd) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteSetThread?4(tid) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteStatement?4(stmt) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteStep?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteStepOut?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteStepOver?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteStepQuit?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteThreadList?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTPrepare?4(fn, tn, tfn, cov, covname, coverase) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTRun?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTStop?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpoint?4(cond, set, temp = False) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpointEnable?4(cond, enable) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpointIgnore?4(cond, count) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.shutdown?4() +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.startRemote?4(port, runInConsole) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.startRemoteForProject?4(port, runInConsole) +eric4.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3?1(debugServer, passive) +eric4.Debugger.DebuggerInterfacePython3.getRegistryData?4() +eric4.Debugger.DebuggerInterfaceRuby.ClientDefaultCapabilities?7 +eric4.Debugger.DebuggerInterfaceRuby.ClientTypeAssociations?7 +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.flush?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.getClientCapabilities?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.isConnected?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.newConnection?4(sock) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteBanner?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteBreakpoint?4(fn, line, set, cond = None, temp = False) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteBreakpointEnable?4(fn, line, enable) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteBreakpointIgnore?4(fn, line, count) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteCapabilities?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteClientSetFilter?4(scope, filter) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteClientVariable?4(scope, filter, var, framenr = 0) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteClientVariables?4(scope, filter, framenr = 0) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteCompletion?4(text) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteContinue?4(special = False) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteCoverage?4(fn, argv, wd, erase = False) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteEnvironment?4(env) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteEval?4(arg) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteExec?4(stmt) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteLoad?4(fn, argv, wd, traceInterpreter = False, autoContinue = True, autoFork = False, forkChild = False) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteProfile?4(fn, argv, wd, erase = False) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteRawInput?4(s) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteRun?4(fn, argv, wd) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteSetThread?4(tid) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteStatement?4(stmt) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteStep?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteStepOut?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteStepOver?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteStepQuit?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteThreadList?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteUTPrepare?4(fn, tn, tfn, cov, covname, coverase) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteUTRun?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteUTStop?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteWatchpoint?4(cond, set, temp = False) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteWatchpointEnable?4(cond, enable) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteWatchpointIgnore?4(cond, count) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.shutdown?4() +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.startRemote?4(port, runInConsole) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.startRemoteForProject?4(port, runInConsole) +eric4.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby?1(debugServer, passive) +eric4.Debugger.DebuggerInterfaceRuby.getRegistryData?4() +eric4.Debugger.EditBreakpointDialog.EditBreakpointDialog.getAddData?4() +eric4.Debugger.EditBreakpointDialog.EditBreakpointDialog.getData?4() +eric4.Debugger.EditBreakpointDialog.EditBreakpointDialog.on_fileButton_clicked?4() +eric4.Debugger.EditBreakpointDialog.EditBreakpointDialog.on_filenameCombo_editTextChanged?4(fn) +eric4.Debugger.EditBreakpointDialog.EditBreakpointDialog?1(id, properties, condHistory, parent = None, name = None, modal = False, addMode = False, filenameHistory = None) +eric4.Debugger.EditWatchpointDialog.EditWatchpointDialog.getData?4() +eric4.Debugger.EditWatchpointDialog.EditWatchpointDialog?1(properties, parent = None, name = None, modal = False) +eric4.Debugger.ExceptionLogger.ExceptionLogger.addException?4(exceptionType, exceptionMessage, stackTrace) +eric4.Debugger.ExceptionLogger.ExceptionLogger.debuggingStarted?4() +eric4.Debugger.ExceptionLogger.ExceptionLogger?1(parent=None) +eric4.Debugger.ExceptionsFilterDialog.ExceptionsFilterDialog.getExceptionsList?4() +eric4.Debugger.ExceptionsFilterDialog.ExceptionsFilterDialog.on_addButton_clicked?4() +eric4.Debugger.ExceptionsFilterDialog.ExceptionsFilterDialog.on_deleteAllButton_clicked?4() +eric4.Debugger.ExceptionsFilterDialog.ExceptionsFilterDialog.on_deleteButton_clicked?4() +eric4.Debugger.ExceptionsFilterDialog.ExceptionsFilterDialog.on_exceptionEdit_textChanged?4(txt) +eric4.Debugger.ExceptionsFilterDialog.ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged?4() +eric4.Debugger.ExceptionsFilterDialog.ExceptionsFilterDialog?1(excList, ignore, parent=None) +eric4.Debugger.StartDialog.StartDialog.getCoverageData?4() +eric4.Debugger.StartDialog.StartDialog.getData?4() +eric4.Debugger.StartDialog.StartDialog.getDebugData?4() +eric4.Debugger.StartDialog.StartDialog.getProfilingData?4() +eric4.Debugger.StartDialog.StartDialog.on_buttonBox_clicked?4(button) +eric4.Debugger.StartDialog.StartDialog.on_dirButton_clicked?4() +eric4.Debugger.StartDialog.StartDialog.on_modFuncCombo_editTextChanged?4() +eric4.Debugger.StartDialog.StartDialog?1(caption, argvList, wdList, envList, exceptions, parent = None, type = 0, modfuncList = None, tracePython = False, autoClearShell = True, autoContinue = True, autoFork = False, forkChild = False) +eric4.Debugger.VariableDetailDialog.VariableDetailDialog?1(var, vtype, value) +eric4.Debugger.VariablesFilterDialog.VariablesFilterDialog.getSelection?4() +eric4.Debugger.VariablesFilterDialog.VariablesFilterDialog.on_buttonBox_clicked?4(button) +eric4.Debugger.VariablesFilterDialog.VariablesFilterDialog.setSelection?4(lList, gList) +eric4.Debugger.VariablesFilterDialog.VariablesFilterDialog?1(parent = None, name = None, modal = False) +eric4.Debugger.VariablesViewer.ArrayElementVarItem.key?4(column) +eric4.Debugger.VariablesViewer.ArrayElementVarItem?1(parent, dvar, dvalue, dtype) +eric4.Debugger.VariablesViewer.SpecialArrayElementVarItem.key?4(column) +eric4.Debugger.VariablesViewer.SpecialArrayElementVarItem?1(parent, dvar, dvalue, dtype, frmnr, scope) +eric4.Debugger.VariablesViewer.SpecialVarItem.expand?4() +eric4.Debugger.VariablesViewer.SpecialVarItem?1(parent, dvar, dvalue, dtype, frmnr, scope) +eric4.Debugger.VariablesViewer.VariableItem.attachDummy?4() +eric4.Debugger.VariablesViewer.VariableItem.collapse?4() +eric4.Debugger.VariablesViewer.VariableItem.data?4(column, role) +eric4.Debugger.VariablesViewer.VariableItem.deleteChildren?4() +eric4.Debugger.VariablesViewer.VariableItem.expand?4() +eric4.Debugger.VariablesViewer.VariableItem.getValue?4() +eric4.Debugger.VariablesViewer.VariableItem.key?4(column) +eric4.Debugger.VariablesViewer.VariableItem?1(parent, dvar, dvalue, dtype) +eric4.Debugger.VariablesViewer.VariablesViewer.collapseItem?4(parentItem) +eric4.Debugger.VariablesViewer.VariablesViewer.expandItem?4(parentItem) +eric4.Debugger.VariablesViewer.VariablesViewer.handleResetUI?4() +eric4.Debugger.VariablesViewer.VariablesViewer.mouseDoubleClickEvent?4(mouseEvent) +eric4.Debugger.VariablesViewer.VariablesViewer.showVariable?4(vlist) +eric4.Debugger.VariablesViewer.VariablesViewer.showVariables?4(vlist, frmnr) +eric4.Debugger.VariablesViewer.VariablesViewer?1(parent=None, scope=1) +eric4.Debugger.WatchPointModel.WatchPointModel.addWatchPoint?4(cond, special, properties) +eric4.Debugger.WatchPointModel.WatchPointModel.columnCount?4(parent = QModelIndex()) +eric4.Debugger.WatchPointModel.WatchPointModel.data?4(index, role) +eric4.Debugger.WatchPointModel.WatchPointModel.deleteAll?4() +eric4.Debugger.WatchPointModel.WatchPointModel.deleteWatchPointByIndex?4(index) +eric4.Debugger.WatchPointModel.WatchPointModel.deleteWatchPoints?4(idxList) +eric4.Debugger.WatchPointModel.WatchPointModel.flags?4(index) +eric4.Debugger.WatchPointModel.WatchPointModel.getWatchPointByIndex?4(index) +eric4.Debugger.WatchPointModel.WatchPointModel.getWatchPointIndex?4(cond, special = "") +eric4.Debugger.WatchPointModel.WatchPointModel.hasChildren?4(parent = QModelIndex()) +eric4.Debugger.WatchPointModel.WatchPointModel.headerData?4(section, orientation, role = Qt.DisplayRole) +eric4.Debugger.WatchPointModel.WatchPointModel.index?4(row, column, parent = QModelIndex()) +eric4.Debugger.WatchPointModel.WatchPointModel.parent?4(index) +eric4.Debugger.WatchPointModel.WatchPointModel.rowCount?4(parent = QModelIndex()) +eric4.Debugger.WatchPointModel.WatchPointModel.setWatchPointByIndex?4(index, cond, special, properties) +eric4.Debugger.WatchPointModel.WatchPointModel.setWatchPointEnabledByIndex?4(index, enabled) +eric4.Debugger.WatchPointModel.WatchPointModel?1(parent = None) +eric4.Debugger.WatchPointViewer.WatchPointViewer.setModel?4(model) +eric4.Debugger.WatchPointViewer.WatchPointViewer?1(parent = None) +eric4.DocumentationTools.APIGenerator.APIGenerator.genAPI?4(newStyle, basePackage, includePrivate) +eric4.DocumentationTools.APIGenerator.APIGenerator?1(module) +eric4.DocumentationTools.Config.eric4docColorParameterNames?7 +eric4.DocumentationTools.Config.eric4docDefaultColors?7 +eric4.DocumentationTools.IndexGenerator.IndexGenerator.remember?4(file, moduleDocument, basename="") +eric4.DocumentationTools.IndexGenerator.IndexGenerator.writeIndices?4(basename = "") +eric4.DocumentationTools.IndexGenerator.IndexGenerator?1(outputDir, colors, stylesheet = None) +eric4.DocumentationTools.ModuleDocumentor.ModuleDocument.description?4() +eric4.DocumentationTools.ModuleDocumentor.ModuleDocument.genDocument?4() +eric4.DocumentationTools.ModuleDocumentor.ModuleDocument.getQtHelpKeywords?4() +eric4.DocumentationTools.ModuleDocumentor.ModuleDocument.isEmpty?4() +eric4.DocumentationTools.ModuleDocumentor.ModuleDocument.name?4() +eric4.DocumentationTools.ModuleDocumentor.ModuleDocument.shortDescription?4() +eric4.DocumentationTools.ModuleDocumentor.ModuleDocument?1(module, colors, stylesheet = None) +eric4.DocumentationTools.ModuleDocumentor._event?8 +eric4.DocumentationTools.ModuleDocumentor._signal?8 +eric4.DocumentationTools.QtHelpGenerator.HelpCollection?7 +eric4.DocumentationTools.QtHelpGenerator.HelpCollectionFile?7 +eric4.DocumentationTools.QtHelpGenerator.HelpCollectionProjectFile?7 +eric4.DocumentationTools.QtHelpGenerator.HelpHelpFile?7 +eric4.DocumentationTools.QtHelpGenerator.HelpProject?7 +eric4.DocumentationTools.QtHelpGenerator.HelpProjectFile?7 +eric4.DocumentationTools.QtHelpGenerator.QtHelpGenerator.generateFiles?4(basename = "") +eric4.DocumentationTools.QtHelpGenerator.QtHelpGenerator.remember?4(file, moduleDocument, basename="") +eric4.DocumentationTools.QtHelpGenerator.QtHelpGenerator?1(htmlDir, outputDir, namespace, virtualFolder, filterName, filterAttributes, title, createCollection) +eric4.DocumentationTools.TemplatesListsStyle.authorInfoTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.classTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.constructorTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.deprecatedTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.eventsListEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.eventsListTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.exceptionsListEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.exceptionsListTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.footerTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.functionTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.headerTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.indexBodyTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.indexListEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.indexListModulesTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.indexListPackagesTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.listEntryDeprecatedTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.listEntryNoneTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.listEntrySimpleTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.listEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.listTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.methodTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.moduleTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.paragraphTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.parametersListEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.parametersListTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.rbFileTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.rbModuleTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.rbModulesClassTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.returnsTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.seeLinkTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.seeListEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.seeListTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.signalsListEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.signalsListTemplate?7 +eric4.DocumentationTools.TemplatesListsStyle.sinceInfoTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.authorInfoTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.classTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.constructorTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.deprecatedTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.eventsListEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.eventsListTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.exceptionsListEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.exceptionsListTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.footerTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.functionTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.headerTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.indexBodyTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.indexListEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.indexListModulesTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.indexListPackagesTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.listEntryDeprecatedTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.listEntryNoneTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.listEntrySimpleTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.listEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.listTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.methodTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.moduleTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.paragraphTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.parametersListEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.parametersListTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.rbFileTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.rbModuleTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.rbModulesClassTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.returnsTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.seeLinkTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.seeListEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.seeListTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.signalsListEntryTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.signalsListTemplate?7 +eric4.DocumentationTools.TemplatesListsStyleCSS.sinceInfoTemplate?7 +eric4.DocumentationTools.supportedExtensionsDictForApis?7 +eric4.E4Graphics.E4ArrowItem.ArrowheadAngleFactor?7 +eric4.E4Graphics.E4ArrowItem.E4ArrowItem.boundingRect?4() +eric4.E4Graphics.E4ArrowItem.E4ArrowItem.paint?4(painter, option, widget = None) +eric4.E4Graphics.E4ArrowItem.E4ArrowItem.setEndPoint?4(x, y) +eric4.E4Graphics.E4ArrowItem.E4ArrowItem.setPoints?4(xa, ya, xb, yb) +eric4.E4Graphics.E4ArrowItem.E4ArrowItem.setStartPoint?4(x, y) +eric4.E4Graphics.E4ArrowItem.E4ArrowItem?1(origin = QPointF(), end = QPointF(), filled = False, type = NormalArrow, parent = None) +eric4.E4Graphics.E4ArrowItem.NormalArrow?7 +eric4.E4Graphics.E4ArrowItem.WideArrow?7 +eric4.E4Graphics.E4GraphicsView.E4GraphicsView._getDiagramRect?5(border = 0) +eric4.E4Graphics.E4GraphicsView.E4GraphicsView._getDiagramSize?5(border = 0) +eric4.E4Graphics.E4GraphicsView.E4GraphicsView.filteredItems?4(items) +eric4.E4Graphics.E4GraphicsView.E4GraphicsView.printDiagram?4(printer, diagramName = "") +eric4.E4Graphics.E4GraphicsView.E4GraphicsView.resizeScene?4(amount, isWidth = True) +eric4.E4Graphics.E4GraphicsView.E4GraphicsView.saveImage?4(filename, format = "PNG") +eric4.E4Graphics.E4GraphicsView.E4GraphicsView.setSceneSize?4(width, height) +eric4.E4Graphics.E4GraphicsView.E4GraphicsView.setZoom?4(zoomFactor) +eric4.E4Graphics.E4GraphicsView.E4GraphicsView.zoom?4() +eric4.E4Graphics.E4GraphicsView.E4GraphicsView.zoomIn?4() +eric4.E4Graphics.E4GraphicsView.E4GraphicsView.zoomOut?4() +eric4.E4Graphics.E4GraphicsView.E4GraphicsView.zoomReset?4() +eric4.E4Graphics.E4GraphicsView.E4GraphicsView?1(scene, parent = None) +eric4.E4Gui.E4Action.ArgumentsError?1(error) +eric4.E4Gui.E4Action.E4Action.alternateShortcut?4() +eric4.E4Gui.E4Action.E4Action.setAlternateShortcut?4(shortcut) +eric4.E4Gui.E4Action.E4Action?1(*args) +eric4.E4Gui.E4Action.addActions?4(target, actions) +eric4.E4Gui.E4Action.createActionGroup?4(parent, name = None, exclusive = False) +eric4.E4Gui.E4Application.E4Application.getObject?4(name) +eric4.E4Gui.E4Application.E4Application.getPluginObject?4(name) +eric4.E4Gui.E4Application.E4Application.getPluginObjectType?4(name) +eric4.E4Gui.E4Application.E4Application.getPluginObjects?4() +eric4.E4Gui.E4Application.E4Application.registerObject?4(name, object) +eric4.E4Gui.E4Application.E4Application.registerPluginObject?4(name, object, pluginType = None) +eric4.E4Gui.E4Application.E4Application.unregisterPluginObject?4(name) +eric4.E4Gui.E4Application.E4Application?1(argv) +eric4.E4Gui.E4Application.e4App?7 +eric4.E4Gui.E4Completers.E4DirCompleter?1(parent = None, completionMode = QCompleter.PopupCompletion, showHidden = False) +eric4.E4Gui.E4Completers.E4FileCompleter?1(parent = None, completionMode = QCompleter.PopupCompletion, showHidden = False) +eric4.E4Gui.E4Completers.E4StringListCompleter?1(parent = None, strings = [], completionMode = QCompleter.PopupCompletion) +eric4.E4Gui.E4Led.E4Led.color?4() +eric4.E4Gui.E4Led.E4Led.darkFactor?4() +eric4.E4Gui.E4Led.E4Led.isFramed?4() +eric4.E4Gui.E4Led.E4Led.isOn?4() +eric4.E4Gui.E4Led.E4Led.minimumSizeHint?4() +eric4.E4Gui.E4Led.E4Led.off?4() +eric4.E4Gui.E4Led.E4Led.on?4() +eric4.E4Gui.E4Led.E4Led.paintEvent?4(evt) +eric4.E4Gui.E4Led.E4Led.ratio?4() +eric4.E4Gui.E4Led.E4Led.setColor?4(color) +eric4.E4Gui.E4Led.E4Led.setDarkFactor?4(darkfactor) +eric4.E4Gui.E4Led.E4Led.setFramed?4(framed) +eric4.E4Gui.E4Led.E4Led.setOn?4(state) +eric4.E4Gui.E4Led.E4Led.setRatio?4(ratio) +eric4.E4Gui.E4Led.E4Led.setShape?4(shape) +eric4.E4Gui.E4Led.E4Led.shape?4() +eric4.E4Gui.E4Led.E4Led.sizeHint?4() +eric4.E4Gui.E4Led.E4Led.toggle?4() +eric4.E4Gui.E4Led.E4Led?1(parent = None, color = None, shape = E4LedCircular, rectRatio = 1) +eric4.E4Gui.E4Led.E4LedCircular?7 +eric4.E4Gui.E4Led.E4LedRectangular?7 +eric4.E4Gui.E4LineEdit.E4LineEdit.inactiveText?4() +eric4.E4Gui.E4LineEdit.E4LineEdit.paintEvent?4(evt) +eric4.E4Gui.E4LineEdit.E4LineEdit.setInactiveText?4(inactiveText) +eric4.E4Gui.E4LineEdit.E4LineEdit?1(parent = None, inactiveText = QString()) +eric4.E4Gui.E4ListView.E4ListView.keyPressEvent?4(evt) +eric4.E4Gui.E4ListView.E4ListView.removeAll?4() +eric4.E4Gui.E4ListView.E4ListView.removeSelected?4() +eric4.E4Gui.E4ModelMenu.E4ModelMenu.createBaseMenu?4() +eric4.E4Gui.E4ModelMenu.E4ModelMenu.createMenu?4(parent, max_, parentMenu = None, menu = None) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.dragEnterEvent?4(evt) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.dropEvent?4(evt) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.firstSeparator?4() +eric4.E4Gui.E4ModelMenu.E4ModelMenu.index?4(action) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.makeAction?4(icon, text, parent) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.maxRows?4() +eric4.E4Gui.E4ModelMenu.E4ModelMenu.model?4() +eric4.E4Gui.E4ModelMenu.E4ModelMenu.mouseMoveEvent?4(evt) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.mousePressEvent?4(evt) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.mouseReleaseEvent?4(evt) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.postPopulated?4() +eric4.E4Gui.E4ModelMenu.E4ModelMenu.prePopulated?4() +eric4.E4Gui.E4ModelMenu.E4ModelMenu.removeEntry?4(idx) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.resetFlags?4() +eric4.E4Gui.E4ModelMenu.E4ModelMenu.rootIndex?4() +eric4.E4Gui.E4ModelMenu.E4ModelMenu.separatorRole?4() +eric4.E4Gui.E4ModelMenu.E4ModelMenu.setFirstSeparator?4(offset) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.setMaxRows?4(rows) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.setModel?4(model) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.setRootIndex?4(index) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.setSeparatorRole?4(role) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.setStatusBarTextRole?4(role) +eric4.E4Gui.E4ModelMenu.E4ModelMenu.statusBarTextRole?4() +eric4.E4Gui.E4ModelMenu.E4ModelMenu?1(parent = None) +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar._build?5() +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar._createMenu?5() +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar.dragEnterEvent?4(evt) +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar.dropEvent?4(evt) +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar.eventFilter?4(obj, evt) +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar.hideEvent?4(evt) +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar.index?4(action) +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar.model?4() +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar.mouseMoveEvent?4(evt) +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar.resetFlags?4() +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar.rootIndex?4() +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar.setModel?4(model) +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar.setRootIndex?4(idx) +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar.showEvent?4(evt) +eric4.E4Gui.E4ModelToolBar.E4ModelToolBar?1(title = None, parent = None) +eric4.E4Gui.E4SideBar.E4SideBar.East?7 +eric4.E4Gui.E4SideBar.E4SideBar.North?7 +eric4.E4Gui.E4SideBar.E4SideBar.South?7 +eric4.E4Gui.E4SideBar.E4SideBar.Version?7 +eric4.E4Gui.E4SideBar.E4SideBar.West?7 +eric4.E4Gui.E4SideBar.E4SideBar.addTab?4(widget, iconOrLabel, label = None) +eric4.E4Gui.E4SideBar.E4SideBar.clear?4() +eric4.E4Gui.E4SideBar.E4SideBar.count?4() +eric4.E4Gui.E4SideBar.E4SideBar.currentIndex?4() +eric4.E4Gui.E4SideBar.E4SideBar.currentWidget?4() +eric4.E4Gui.E4SideBar.E4SideBar.enterEvent?4(event) +eric4.E4Gui.E4SideBar.E4SideBar.eventFilter?4(obj, evt) +eric4.E4Gui.E4SideBar.E4SideBar.expand?4() +eric4.E4Gui.E4SideBar.E4SideBar.indexOf?4(widget) +eric4.E4Gui.E4SideBar.E4SideBar.insertTab?4(index, widget, iconOrLabel, label = None) +eric4.E4Gui.E4SideBar.E4SideBar.isAutoHiding?4() +eric4.E4Gui.E4SideBar.E4SideBar.isMinimized?4() +eric4.E4Gui.E4SideBar.E4SideBar.isTabEnabled?4(index) +eric4.E4Gui.E4SideBar.E4SideBar.leaveEvent?4(event) +eric4.E4Gui.E4SideBar.E4SideBar.nextTab?4() +eric4.E4Gui.E4SideBar.E4SideBar.orientation?4() +eric4.E4Gui.E4SideBar.E4SideBar.prevTab?4() +eric4.E4Gui.E4SideBar.E4SideBar.removeTab?4(index) +eric4.E4Gui.E4SideBar.E4SideBar.restoreState?4(state) +eric4.E4Gui.E4SideBar.E4SideBar.saveState?4() +eric4.E4Gui.E4SideBar.E4SideBar.setCurrentIndex?4(index) +eric4.E4Gui.E4SideBar.E4SideBar.setCurrentWidget?4(widget) +eric4.E4Gui.E4SideBar.E4SideBar.setOrientation?4(orient) +eric4.E4Gui.E4SideBar.E4SideBar.setSplitter?4(splitter) +eric4.E4Gui.E4SideBar.E4SideBar.setTabEnabled?4(index, enabled) +eric4.E4Gui.E4SideBar.E4SideBar.setTabIcon?4(index, icon) +eric4.E4Gui.E4SideBar.E4SideBar.setTabText?4(index, text) +eric4.E4Gui.E4SideBar.E4SideBar.setTabToolTip?4(index, tip) +eric4.E4Gui.E4SideBar.E4SideBar.setTabWhatsThis?4(index, text) +eric4.E4Gui.E4SideBar.E4SideBar.shrink?4() +eric4.E4Gui.E4SideBar.E4SideBar.tabIcon?4(index) +eric4.E4Gui.E4SideBar.E4SideBar.tabText?4(index) +eric4.E4Gui.E4SideBar.E4SideBar.tabToolTip?4(index) +eric4.E4Gui.E4SideBar.E4SideBar.tabWhatsThis?4(index) +eric4.E4Gui.E4SideBar.E4SideBar.widget?4(index) +eric4.E4Gui.E4SideBar.E4SideBar?1(orientation = None, parent = None) +eric4.E4Gui.E4SingleApplication.E4SingleApplicationClient.processArgs?4(args) +eric4.E4Gui.E4SingleApplication.E4SingleApplicationClient?1() +eric4.E4Gui.E4SingleApplication.E4SingleApplicationServer.handleCommand?4(cmd, params) +eric4.E4Gui.E4SingleApplication.E4SingleApplicationServer?1() +eric4.E4Gui.E4SingleApplication.SAArguments?7 +eric4.E4Gui.E4SingleApplication.SAFile?7 +eric4.E4Gui.E4SingleApplication.SAOpenFile?7 +eric4.E4Gui.E4SingleApplication.SAOpenProject?7 +eric4.E4Gui.E4SqueezeLabels.E4SqueezeLabel.paintEvent?4(event) +eric4.E4Gui.E4SqueezeLabels.E4SqueezeLabel.setText?4(txt) +eric4.E4Gui.E4SqueezeLabels.E4SqueezeLabel?1(parent = None) +eric4.E4Gui.E4SqueezeLabels.E4SqueezeLabelPath.length?4(txt) +eric4.E4Gui.E4SqueezeLabels.E4SqueezeLabelPath.paintEvent?4(event) +eric4.E4Gui.E4SqueezeLabels.E4SqueezeLabelPath.setPath?4(path) +eric4.E4Gui.E4SqueezeLabels.E4SqueezeLabelPath.setSurrounding?4(surrounding) +eric4.E4Gui.E4SqueezeLabels.E4SqueezeLabelPath.setTextPath?4(surrounding, path) +eric4.E4Gui.E4SqueezeLabels.E4SqueezeLabelPath?1(parent = None) +eric4.E4Gui.E4TabWidget.E4DnDTabBar.dragEnterEvent?4(event) +eric4.E4Gui.E4TabWidget.E4DnDTabBar.dropEvent?4(event) +eric4.E4Gui.E4TabWidget.E4DnDTabBar.mouseMoveEvent?4(event) +eric4.E4Gui.E4TabWidget.E4DnDTabBar.mousePressEvent?4(event) +eric4.E4Gui.E4TabWidget.E4DnDTabBar?1(parent = None) +eric4.E4Gui.E4TabWidget.E4TabWidget.animationLabel?4(index, animationFile) +eric4.E4Gui.E4TabWidget.E4TabWidget.moveTab?4(curIndex, newIndex) +eric4.E4Gui.E4TabWidget.E4TabWidget.nextTab?4() +eric4.E4Gui.E4TabWidget.E4TabWidget.prevTab?4() +eric4.E4Gui.E4TabWidget.E4TabWidget.resetAnimation?4(index) +eric4.E4Gui.E4TabWidget.E4TabWidget.selectTab?4(pos) +eric4.E4Gui.E4TabWidget.E4TabWidget.setTabContextMenuPolicy?4(policy) +eric4.E4Gui.E4TabWidget.E4TabWidget.switchTab?4() +eric4.E4Gui.E4TabWidget.E4TabWidget?1(parent = None, dnd = False) +eric4.E4Gui.E4TabWidget.E4WheelTabBar.wheelEvent?4(event) +eric4.E4Gui.E4TabWidget.E4WheelTabBar?1(parent = None) +eric4.E4Gui.E4TableView.E4TableView.keyPressEvent?4(evt) +eric4.E4Gui.E4TableView.E4TableView.removeAll?4() +eric4.E4Gui.E4TableView.E4TableView.removeSelected?4() +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog.ActionIdRole?7 +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog.WidgetActionRole?7 +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog.on_actionsTree_currentItemChanged?4(current, previous) +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog.on_buttonBox_clicked?4(button) +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog.on_downButton_clicked?4() +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog.on_leftButton_clicked?4() +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog.on_newButton_clicked?4() +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog.on_removeButton_clicked?4() +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog.on_renameButton_clicked?4() +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog.on_rightButton_clicked?4() +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog.on_toolbarActionsList_currentItemChanged?4(current, previous) +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog.on_upButton_clicked?4() +eric4.E4Gui.E4ToolBarDialog.E4ToolBarDialog?1(toolBarManager, parent = None) +eric4.E4Gui.E4ToolBarDialog.E4ToolBarItem?1(toolBarId, actionIDs, default) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.CustomToolBarMarker?7 +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.ToolBarMarker?7 +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.VersionMarker?7 +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.actionById?4(aID) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.addAction?4(action, category) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.addToolBar?4(toolBar, category) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.categories?4() +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.categoryActions?4(category) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.createToolBar?4(title) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.defaultToolBarActions?4(tbID) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.defaultToolBars?4() +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.deleteToolBar?4(toolBar) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.isDefaultToolBar?4(toolBar) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.isWidgetAction?4(action) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.mainWindow?4() +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.removeAction?4(action) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.removeToolBar?4(toolBar) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.removeWidgetActions?4(actions) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.renameToolBar?4(toolBar, title) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.resetAllToolBars?4() +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.resetToolBar?4(toolBar) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.restoreState?4(state, version = 0) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.saveState?4(version = 0) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.setMainWindow?4(mainWindow) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.setToolBar?4(toolBar, actions) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.setToolBars?4(toolBars) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.toolBarActions?4(tbID) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.toolBarById?4(tbID) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.toolBarWidgetAction?4(action) +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.toolBars?4() +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager.toolBarsActions?4() +eric4.E4Gui.E4ToolBarManager.E4ToolBarManager?1(ui = None, parent = None) +eric4.E4Gui.E4ToolBox.E4HorizontalToolBox.addItem?4(widget, icon, text) +eric4.E4Gui.E4ToolBox.E4HorizontalToolBox.insertItem?4(index, widget, icon, text) +eric4.E4Gui.E4ToolBox.E4HorizontalToolBox.setItemEnabled?4(index, enabled) +eric4.E4Gui.E4ToolBox.E4HorizontalToolBox.setItemToolTip?4(index, toolTip) +eric4.E4Gui.E4ToolBox.E4HorizontalToolBox?1(parent = None) +eric4.E4Gui.E4ToolBox.E4VerticalToolBox.wheelEvent?4(event) +eric4.E4Gui.E4ToolBox.E4VerticalToolBox?1(parent = None) +eric4.E4Gui.E4TreeSortFilterProxyModel.E4TreeSortFilterProxyModel.filterAcceptsRow?4(sourceRow, sourceParent) +eric4.E4Gui.E4TreeSortFilterProxyModel.E4TreeSortFilterProxyModel.hasChildren?4(parent = QModelIndex()) +eric4.E4Gui.E4TreeSortFilterProxyModel.E4TreeSortFilterProxyModel?1(parent = None) +eric4.E4Gui.E4TreeView.E4TreeView.keyPressEvent?4(evt) +eric4.E4Gui.E4TreeView.E4TreeView.removeAll?4() +eric4.E4Gui.E4TreeView.E4TreeView.removeSelected?4() +eric4.E4Network.E4NetworkHeaderDetailsDialog.E4NetworkHeaderDetailsDialog.setData?4(name, value) +eric4.E4Network.E4NetworkHeaderDetailsDialog.E4NetworkHeaderDetailsDialog?1(parent = None) +eric4.E4Network.E4NetworkMonitor.E4NetworkMonitor._monitor?8 +eric4.E4Network.E4NetworkMonitor.E4NetworkMonitor.closeEvent?4(evt) +eric4.E4Network.E4NetworkMonitor.E4NetworkMonitor.closeMonitor?4() +eric4.E4Network.E4NetworkMonitor.E4NetworkMonitor.instance?4(networkAccessManager) +eric4.E4Network.E4NetworkMonitor.E4NetworkMonitor.reject?4() +eric4.E4Network.E4NetworkMonitor.E4NetworkMonitor?1(networkAccessManager, parent = None) +eric4.E4Network.E4NetworkMonitor.E4NetworkRequest?1() +eric4.E4Network.E4NetworkMonitor.E4RequestModel.columnCount?4(parent) +eric4.E4Network.E4NetworkMonitor.E4RequestModel.data?4(index, role) +eric4.E4Network.E4NetworkMonitor.E4RequestModel.headerData?4(section, orientation, role) +eric4.E4Network.E4NetworkMonitor.E4RequestModel.removeRows?4(row, count, parent) +eric4.E4Network.E4NetworkMonitor.E4RequestModel.rowCount?4(parent) +eric4.E4Network.E4NetworkMonitor.E4RequestModel?1(networkAccessManager, parent = None) +eric4.E4XML.Config.debuggerPropertiesFileFormatVersion?7 +eric4.E4XML.Config.highlightingStylesFileFormatVersion?7 +eric4.E4XML.Config.multiProjectFileFormatVersion?7 +eric4.E4XML.Config.pluginRepositoryFileFormatVersion?7 +eric4.E4XML.Config.projectFileFormatVersion?7 +eric4.E4XML.Config.sessionFileFormatVersion?7 +eric4.E4XML.Config.shortcutsFileFormatVersion?7 +eric4.E4XML.Config.tasksFileFormatVersion?7 +eric4.E4XML.Config.templatesFileFormatVersion?7 +eric4.E4XML.Config.userProjectFileFormatVersion?7 +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.endConsoleDebugger?4() +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.endDebugClient?4() +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.endEnvironment?4() +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.endInterpreter?4() +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.endLocalPath?4() +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.endRemoteCommand?4() +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.endRemoteHost?4() +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.endRemotePath?4() +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.getVersion?4() +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.startConsoleDebugger?4(attrs) +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.startDebuggerProperties?4(attrs) +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.startDocumentDebuggerProperties?4() +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.startEnvironment?4(attrs) +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.startNoencoding?4(attrs) +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.startPathTranslation?4(attrs) +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.startRedirect?4(attrs) +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler.startRemoteDebugger?4(attrs) +eric4.E4XML.DebuggerPropertiesHandler.DebuggerPropertiesHandler?1(project) +eric4.E4XML.DebuggerPropertiesWriter.DebuggerPropertiesWriter.writeXML?4() +eric4.E4XML.DebuggerPropertiesWriter.DebuggerPropertiesWriter?1(file, projectName) +eric4.E4XML.HighlightingStylesHandler.HighlightingStylesHandler.getVersion?4() +eric4.E4XML.HighlightingStylesHandler.HighlightingStylesHandler.startDocumentHighlightingStyles?4() +eric4.E4XML.HighlightingStylesHandler.HighlightingStylesHandler.startHighlightingStyles?4(attrs) +eric4.E4XML.HighlightingStylesHandler.HighlightingStylesHandler.startLexer?4(attrs) +eric4.E4XML.HighlightingStylesHandler.HighlightingStylesHandler.startStyle?4(attrs) +eric4.E4XML.HighlightingStylesHandler.HighlightingStylesHandler?1(lexers) +eric4.E4XML.HighlightingStylesWriter.HighlightingStylesWriter.writeXML?4() +eric4.E4XML.HighlightingStylesWriter.HighlightingStylesWriter?1(file, lexers) +eric4.E4XML.MultiProjectHandler.MultiProjectHandler.endDescription?4() +eric4.E4XML.MultiProjectHandler.MultiProjectHandler.endProject?4() +eric4.E4XML.MultiProjectHandler.MultiProjectHandler.endProjectDescription?4() +eric4.E4XML.MultiProjectHandler.MultiProjectHandler.endProjectFile?4() +eric4.E4XML.MultiProjectHandler.MultiProjectHandler.endProjectName?4() +eric4.E4XML.MultiProjectHandler.MultiProjectHandler.getVersion?4() +eric4.E4XML.MultiProjectHandler.MultiProjectHandler.startDocumentMultiProject?4() +eric4.E4XML.MultiProjectHandler.MultiProjectHandler.startMultiProject?4(attrs) +eric4.E4XML.MultiProjectHandler.MultiProjectHandler.startProject?4(attrs) +eric4.E4XML.MultiProjectHandler.MultiProjectHandler?1(multiProject) +eric4.E4XML.MultiProjectWriter.MultiProjectWriter.writeXML?4() +eric4.E4XML.MultiProjectWriter.MultiProjectWriter?1(multiProject, file, multiProjectName) +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.endAuthor?4() +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.endDescription?4() +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.endFilename?4() +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.endName?4() +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.endPlugin?4() +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.endRepositoryUrl?4() +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.endShort?4() +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.endUrl?4() +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.endVersion?4() +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.getVersion?4() +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.startDocumentPlugins?4() +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.startPlugin?4(attrs) +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler.startPlugins?4(attrs) +eric4.E4XML.PluginRepositoryHandler.PluginRepositoryHandler?1(parent) +eric4.E4XML.ProjectHandler.ProjectHandler.endAuthor?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endCheckersParams?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endCxfreezeParams?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endDescription?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endDir?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endDocumentationParams?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endEmail?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endEric3ApiParams?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endEric3DocParams?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endEric4ApiParams?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endEric4DocParams?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endForm?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endInterface?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endLanguage?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endMainScript?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endName?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endOther?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endOtherToolsParams?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endPackagersParams?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endProgLanguage?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endProjectExcludeList?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endProjectType?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endProjectTypeSpecificData?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endProjectWordList?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endPyLintParams?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endResource?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endSource?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endTranslation?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endTranslationException?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endTranslationPattern?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endTranslationPrefix?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endTranslationsBinPath?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endUIType?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endVcsOptions?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endVcsOtherData?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endVcsType?4() +eric4.E4XML.ProjectHandler.ProjectHandler.endVersion?4() +eric4.E4XML.ProjectHandler.ProjectHandler.getVersion?4() +eric4.E4XML.ProjectHandler.ProjectHandler.startCheckersParams?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startCxfreezeParams?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startDocumentProject?4() +eric4.E4XML.ProjectHandler.ProjectHandler.startDocumentationParams?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startEric4ApiParams?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startEric4DocParams?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startFiletypeAssociation?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startForm?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startInterface?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startLexerAssociation?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startMainScript?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startOther?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startOtherToolsParams?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startPackagersParams?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startProgLanguage?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startProject?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startProjectTypeSpecificData?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startPyLintParams?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startResource?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startSource?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startTranslation?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startTranslationException?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startTranslationPrefix?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startTranslationsBinPath?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startVcsOptions?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler.startVcsOtherData?4(attrs) +eric4.E4XML.ProjectHandler.ProjectHandler?1(project) +eric4.E4XML.ProjectWriter.ProjectWriter.writeXML?4() +eric4.E4XML.ProjectWriter.ProjectWriter?1(file, projectName) +eric4.E4XML.SessionHandler.SessionHandler.endBFilename?4() +eric4.E4XML.SessionHandler.SessionHandler.endBookmark?4() +eric4.E4XML.SessionHandler.SessionHandler.endBreakpoint?4() +eric4.E4XML.SessionHandler.SessionHandler.endCommandLine?4() +eric4.E4XML.SessionHandler.SessionHandler.endCondition?4() +eric4.E4XML.SessionHandler.SessionHandler.endEnvironment?4() +eric4.E4XML.SessionHandler.SessionHandler.endException?4() +eric4.E4XML.SessionHandler.SessionHandler.endExceptions?4() +eric4.E4XML.SessionHandler.SessionHandler.endFilename?4() +eric4.E4XML.SessionHandler.SessionHandler.endIgnoredException?4() +eric4.E4XML.SessionHandler.SessionHandler.endIgnoredExceptions?4() +eric4.E4XML.SessionHandler.SessionHandler.endMultiProject?4() +eric4.E4XML.SessionHandler.SessionHandler.endProject?4() +eric4.E4XML.SessionHandler.SessionHandler.endSpecial?4() +eric4.E4XML.SessionHandler.SessionHandler.endWatchexpression?4() +eric4.E4XML.SessionHandler.SessionHandler.endWorkingDirectory?4() +eric4.E4XML.SessionHandler.SessionHandler.getVersion?4() +eric4.E4XML.SessionHandler.SessionHandler.startAutoClearShell?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startAutoContinue?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startBookmark?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startBreakpoint?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startCount?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startDocumentSession?4() +eric4.E4XML.SessionHandler.SessionHandler.startEnabled?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startExceptions?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startFilename?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startIgnoredExceptions?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startLinenumber?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startReportExceptions?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startSession?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startTemporary?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startTracePython?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler.startWatchexpression?4(attrs) +eric4.E4XML.SessionHandler.SessionHandler?1(project) +eric4.E4XML.SessionWriter.SessionWriter.writeXML?4() +eric4.E4XML.SessionWriter.SessionWriter?1(file, projectName) +eric4.E4XML.ShortcutsHandler.ShortcutsHandler.endAccel?4() +eric4.E4XML.ShortcutsHandler.ShortcutsHandler.endAltAccel?4() +eric4.E4XML.ShortcutsHandler.ShortcutsHandler.endName?4() +eric4.E4XML.ShortcutsHandler.ShortcutsHandler.endShortcut?4() +eric4.E4XML.ShortcutsHandler.ShortcutsHandler.getShortcuts?4() +eric4.E4XML.ShortcutsHandler.ShortcutsHandler.getVersion?4() +eric4.E4XML.ShortcutsHandler.ShortcutsHandler.startDocumentShortcuts?4() +eric4.E4XML.ShortcutsHandler.ShortcutsHandler.startShortcut?4(attrs) +eric4.E4XML.ShortcutsHandler.ShortcutsHandler.startShortcuts?4(attrs) +eric4.E4XML.ShortcutsHandler.ShortcutsHandler?1() +eric4.E4XML.ShortcutsWriter.ShortcutsWriter.writeXML?4() +eric4.E4XML.ShortcutsWriter.ShortcutsWriter?1(file) +eric4.E4XML.TasksHandler.TasksHandler.endCreated?4() +eric4.E4XML.TasksHandler.TasksHandler.endDescription?4() +eric4.E4XML.TasksHandler.TasksHandler.endDir?4() +eric4.E4XML.TasksHandler.TasksHandler.endFilename?4() +eric4.E4XML.TasksHandler.TasksHandler.endLinenumber?4() +eric4.E4XML.TasksHandler.TasksHandler.endName?4() +eric4.E4XML.TasksHandler.TasksHandler.endSummary?4() +eric4.E4XML.TasksHandler.TasksHandler.endTask?4() +eric4.E4XML.TasksHandler.TasksHandler.getVersion?4() +eric4.E4XML.TasksHandler.TasksHandler.startDocumentTasks?4() +eric4.E4XML.TasksHandler.TasksHandler.startFilename?4(attrs) +eric4.E4XML.TasksHandler.TasksHandler.startTask?4(attrs) +eric4.E4XML.TasksHandler.TasksHandler.startTasks?4(attrs) +eric4.E4XML.TasksHandler.TasksHandler?1(forProject = False, taskViewer=None) +eric4.E4XML.TasksWriter.TasksWriter.writeXML?4() +eric4.E4XML.TasksWriter.TasksWriter?1(file, forProject = False, projectName="") +eric4.E4XML.TemplatesHandler.TemplatesHandler.endTemplate?4() +eric4.E4XML.TemplatesHandler.TemplatesHandler.endTemplateDescription?4() +eric4.E4XML.TemplatesHandler.TemplatesHandler.endTemplateText?4() +eric4.E4XML.TemplatesHandler.TemplatesHandler.getVersion?4() +eric4.E4XML.TemplatesHandler.TemplatesHandler.startDocumentTemplates?4() +eric4.E4XML.TemplatesHandler.TemplatesHandler.startTemplate?4(attrs) +eric4.E4XML.TemplatesHandler.TemplatesHandler.startTemplateGroup?4(attrs) +eric4.E4XML.TemplatesHandler.TemplatesHandler.startTemplates?4(attrs) +eric4.E4XML.TemplatesHandler.TemplatesHandler?1(templateViewer=None) +eric4.E4XML.TemplatesWriter.TemplatesWriter.writeXML?4() +eric4.E4XML.TemplatesWriter.TemplatesWriter?1(file, templatesViewer) +eric4.E4XML.UserProjectHandler.UserProjectHandler.endVcsType?4() +eric4.E4XML.UserProjectHandler.UserProjectHandler.getVersion?4() +eric4.E4XML.UserProjectHandler.UserProjectHandler.startDocumentProject?4() +eric4.E4XML.UserProjectHandler.UserProjectHandler.startUserProject?4(attrs) +eric4.E4XML.UserProjectHandler.UserProjectHandler.startVcsStatusMonitorInterval?4(attrs) +eric4.E4XML.UserProjectHandler.UserProjectHandler?1(project) +eric4.E4XML.UserProjectWriter.UserProjectWriter.writeXML?4() +eric4.E4XML.UserProjectWriter.UserProjectWriter?1(file, projectName) +eric4.E4XML.XMLEntityResolver.XMLEntityResolver.resolveEntity?4(publicId, systemId) +eric4.E4XML.XMLErrorHandler.XMLErrorHandler.error?4(exception) +eric4.E4XML.XMLErrorHandler.XMLErrorHandler.fatalError?4(exception) +eric4.E4XML.XMLErrorHandler.XMLErrorHandler.getParseMessages?4() +eric4.E4XML.XMLErrorHandler.XMLErrorHandler.showParseMessages?4() +eric4.E4XML.XMLErrorHandler.XMLErrorHandler.warning?4(exception) +eric4.E4XML.XMLErrorHandler.XMLErrorHandler?1() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase._prepareBasics?5() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.characters?4(chars) +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.decodedNewLines?4(text) +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.defaultEndElement?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.defaultStartElement?4(attrs) +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endBool?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endComplex?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endDictionary?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endElement?4(name) +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endFloat?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endInt?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endList?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endLong?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endNone?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endPickle?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endString?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endTuple?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.endUnicode?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.startDictionary?4(attrs) +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.startDocument?4() +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.startElement?4(name, attrs) +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.startList?4(attrs) +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.startPickle?4(attrs) +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.startTuple?4(attrs) +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.unescape?4(text, attribute = False) +eric4.E4XML.XMLHandlerBase.XMLHandlerBase.utf8_to_code?4(text) +eric4.E4XML.XMLHandlerBase.XMLHandlerBase?1() +eric4.E4XML.XMLMessageDialog.XMLMessageDialog?1(msgs, parent = None) +eric4.E4XML.XMLUtilities.make_parser?4(validating) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write?5(s, newline = True) +eric4.E4XML.XMLWriterBase.XMLWriterBase._writeBasics?5(pyobject, indent = 0) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write_bool?5(value, indent) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write_complex?5(value, indent) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write_dictionary?5(value, indent) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write_float?5(value, indent) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write_int?5(value, indent) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write_list?5(value, indent) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write_long?5(value, indent) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write_none?5(value, indent) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write_string?5(value, indent) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write_tuple?5(value, indent) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write_unicode?5(value, indent) +eric4.E4XML.XMLWriterBase.XMLWriterBase._write_unimplemented?5(value, indent) +eric4.E4XML.XMLWriterBase.XMLWriterBase.encodedNewLines?4(text) +eric4.E4XML.XMLWriterBase.XMLWriterBase.escape?4(data, attribute=False) +eric4.E4XML.XMLWriterBase.XMLWriterBase.writeXML?4() +eric4.E4XML.XMLWriterBase.XMLWriterBase?1(file) +eric4.Globals.isWindowsPlatform?4() +eric4.Globals.recentNameFiles?7 +eric4.Globals.recentNameMultiProject?7 +eric4.Globals.recentNameProject?7 +eric4.Globals.settingsNameGlobal?7 +eric4.Globals.settingsNameOrganization?7 +eric4.Globals.settingsNameRecent?7 +eric4.Graphics.ApplicationDiagram.ApplicationDiagram.relayout?4() +eric4.Graphics.ApplicationDiagram.ApplicationDiagram.show?4() +eric4.Graphics.ApplicationDiagram.ApplicationDiagram?1(project, parent = None, name = None, noModules = False) +eric4.Graphics.AssociationItem.AssociationItem.unassociate?4() +eric4.Graphics.AssociationItem.AssociationItem.widgetMoved?4() +eric4.Graphics.AssociationItem.AssociationItem?1(itemA, itemB, type = Normal, parent = None) +eric4.Graphics.AssociationItem.Center?7 +eric4.Graphics.AssociationItem.East?7 +eric4.Graphics.AssociationItem.Generalisation?7 +eric4.Graphics.AssociationItem.Imports?7 +eric4.Graphics.AssociationItem.NoRegion?7 +eric4.Graphics.AssociationItem.Normal?7 +eric4.Graphics.AssociationItem.North?7 +eric4.Graphics.AssociationItem.NorthEast?7 +eric4.Graphics.AssociationItem.NorthWest?7 +eric4.Graphics.AssociationItem.South?7 +eric4.Graphics.AssociationItem.SouthEast?7 +eric4.Graphics.AssociationItem.SouthWest?7 +eric4.Graphics.AssociationItem.West?7 +eric4.Graphics.ClassItem.ClassItem.isExternal?4() +eric4.Graphics.ClassItem.ClassItem.paint?4(painter, option, widget = None) +eric4.Graphics.ClassItem.ClassItem.setModel?4(model) +eric4.Graphics.ClassItem.ClassItem?1(model = None, external = False, x = 0, y = 0, rounded = False, noAttrs = False, parent = None, scene = None) +eric4.Graphics.ClassItem.ClassModel.addAttribute?4(attribute) +eric4.Graphics.ClassItem.ClassModel.addMethod?4(method) +eric4.Graphics.ClassItem.ClassModel.getAttributes?4() +eric4.Graphics.ClassItem.ClassModel.getMethods?4() +eric4.Graphics.ClassItem.ClassModel.getName?4() +eric4.Graphics.ClassItem.ClassModel?1(name, methods = [], attributes = []) +eric4.Graphics.GraphicsUtilities._buildChildrenLists?5(routes) +eric4.Graphics.GraphicsUtilities.sort?4(nodes, routes, noRecursion = False) +eric4.Graphics.ImportsDiagram.ImportsDiagram.relayout?4() +eric4.Graphics.ImportsDiagram.ImportsDiagram.show?4() +eric4.Graphics.ImportsDiagram.ImportsDiagram?1(package, parent = None, name = None, showExternalImports = False) +eric4.Graphics.ModuleItem.ModuleItem.paint?4(painter, option, widget = None) +eric4.Graphics.ModuleItem.ModuleItem.setModel?4(model) +eric4.Graphics.ModuleItem.ModuleItem?1(model = None, x = 0, y = 0, rounded = False, parent = None, scene = None) +eric4.Graphics.ModuleItem.ModuleModel.addClass?4(classname) +eric4.Graphics.ModuleItem.ModuleModel.getClasses?4() +eric4.Graphics.ModuleItem.ModuleModel.getName?4() +eric4.Graphics.ModuleItem.ModuleModel?1(name, classlist=[]) +eric4.Graphics.PackageDiagram.PackageDiagram.relayout?4() +eric4.Graphics.PackageDiagram.PackageDiagram.show?4() +eric4.Graphics.PackageDiagram.PackageDiagram?1(package, parent = None, name = None, noAttrs = False)