APIs/Python3/eric6.api

branch
maintenance
changeset 6923
d062df8f1d9f
parent 6826
c6dda2cbe081
parent 6908
a56b500d7d2d
equal deleted inserted replaced
6827:14680839ad7a 6923:d062df8f1d9f
236 eric6.DebugClients.Python.DCTestResult.DCTestResult.addFailure?4(test, err) 236 eric6.DebugClients.Python.DCTestResult.DCTestResult.addFailure?4(test, err)
237 eric6.DebugClients.Python.DCTestResult.DCTestResult.addSkip?4(test, reason) 237 eric6.DebugClients.Python.DCTestResult.DCTestResult.addSkip?4(test, reason)
238 eric6.DebugClients.Python.DCTestResult.DCTestResult.addUnexpectedSuccess?4(test) 238 eric6.DebugClients.Python.DCTestResult.DCTestResult.addUnexpectedSuccess?4(test)
239 eric6.DebugClients.Python.DCTestResult.DCTestResult.startTest?4(test) 239 eric6.DebugClients.Python.DCTestResult.DCTestResult.startTest?4(test)
240 eric6.DebugClients.Python.DCTestResult.DCTestResult.stopTest?4(test) 240 eric6.DebugClients.Python.DCTestResult.DCTestResult.stopTest?4(test)
241 eric6.DebugClients.Python.DCTestResult.DCTestResult?1(dbgClient) 241 eric6.DebugClients.Python.DCTestResult.DCTestResult?1(dbgClient, failfast)
242 eric6.DebugClients.Python.DebugBase.DebugBase._fnCache?8 242 eric6.DebugClients.Python.DebugBase.DebugBase._fnCache?8
243 eric6.DebugClients.Python.DebugBase.DebugBase._set_stopinfo?5(stopframe, returnframe) 243 eric6.DebugClients.Python.DebugBase.DebugBase._set_stopinfo?5(stopframe, returnframe)
244 eric6.DebugClients.Python.DebugBase.DebugBase.bootstrap?4(target, args, kwargs) 244 eric6.DebugClients.Python.DebugBase.DebugBase.bootstrap?4(target, args, kwargs)
245 eric6.DebugClients.Python.DebugBase.DebugBase.break_here?4(frame) 245 eric6.DebugClients.Python.DebugBase.DebugBase.break_here?4(frame)
246 eric6.DebugClients.Python.DebugBase.DebugBase.filesToSkip?7 246 eric6.DebugClients.Python.DebugBase.DebugBase.filesToSkip?7
476 eric6.Debugger.DebugServer.DebugServer.clientStack?7 476 eric6.Debugger.DebugServer.DebugServer.clientStack?7
477 eric6.Debugger.DebugServer.DebugServer.clientStatement?7 477 eric6.Debugger.DebugServer.DebugServer.clientStatement?7
478 eric6.Debugger.DebugServer.DebugServer.clientSyntaxError?7 478 eric6.Debugger.DebugServer.DebugServer.clientSyntaxError?7
479 eric6.Debugger.DebugServer.DebugServer.clientThreadList?7 479 eric6.Debugger.DebugServer.DebugServer.clientThreadList?7
480 eric6.Debugger.DebugServer.DebugServer.clientThreadSet?7 480 eric6.Debugger.DebugServer.DebugServer.clientThreadSet?7
481 eric6.Debugger.DebugServer.DebugServer.clientUtFinished?4() 481 eric6.Debugger.DebugServer.DebugServer.clientUtDiscovered?4(testCases, exceptionType, exceptionValue)
482 eric6.Debugger.DebugServer.DebugServer.clientUtFinished?4(status)
482 eric6.Debugger.DebugServer.DebugServer.clientUtPrepared?4(result, exceptionType, exceptionValue) 483 eric6.Debugger.DebugServer.DebugServer.clientUtPrepared?4(result, exceptionType, exceptionValue)
483 eric6.Debugger.DebugServer.DebugServer.clientUtStartTest?4(testname, doc) 484 eric6.Debugger.DebugServer.DebugServer.clientUtStartTest?4(testname, doc)
484 eric6.Debugger.DebugServer.DebugServer.clientUtStopTest?4() 485 eric6.Debugger.DebugServer.DebugServer.clientUtStopTest?4()
485 eric6.Debugger.DebugServer.DebugServer.clientUtTestErrored?4(testname, traceback, testId) 486 eric6.Debugger.DebugServer.DebugServer.clientUtTestErrored?4(testname, traceback, testId)
486 eric6.Debugger.DebugServer.DebugServer.clientUtTestFailed?4(testname, traceback, testId) 487 eric6.Debugger.DebugServer.DebugServer.clientUtTestFailed?4(testname, traceback, testId)
525 eric6.Debugger.DebugServer.DebugServer.remoteStep?4() 526 eric6.Debugger.DebugServer.DebugServer.remoteStep?4()
526 eric6.Debugger.DebugServer.DebugServer.remoteStepOut?4() 527 eric6.Debugger.DebugServer.DebugServer.remoteStepOut?4()
527 eric6.Debugger.DebugServer.DebugServer.remoteStepOver?4() 528 eric6.Debugger.DebugServer.DebugServer.remoteStepOver?4()
528 eric6.Debugger.DebugServer.DebugServer.remoteStepQuit?4() 529 eric6.Debugger.DebugServer.DebugServer.remoteStepQuit?4()
529 eric6.Debugger.DebugServer.DebugServer.remoteThreadList?4() 530 eric6.Debugger.DebugServer.DebugServer.remoteThreadList?4()
530 eric6.Debugger.DebugServer.DebugServer.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, clientType="") 531 eric6.Debugger.DebugServer.DebugServer.remoteUTDiscover?4(clientType, forProject, venvName, syspath, workdir, discoveryStart)
531 eric6.Debugger.DebugServer.DebugServer.remoteUTRun?4() 532 eric6.Debugger.DebugServer.DebugServer.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, clientType="", forProject=False, venvName="", syspath=None, workdir="", discover=False, discoveryStart="", testCases=None, debug=False)
533 eric6.Debugger.DebugServer.DebugServer.remoteUTRun?4(debug=False, failfast=False)
532 eric6.Debugger.DebugServer.DebugServer.remoteUTStop?4() 534 eric6.Debugger.DebugServer.DebugServer.remoteUTStop?4()
533 eric6.Debugger.DebugServer.DebugServer.setCallTraceEnabled?4(on) 535 eric6.Debugger.DebugServer.DebugServer.setCallTraceEnabled?4(on)
534 eric6.Debugger.DebugServer.DebugServer.setDebugging?4(on) 536 eric6.Debugger.DebugServer.DebugServer.setDebugging?4(on)
535 eric6.Debugger.DebugServer.DebugServer.shutdownServer?4() 537 eric6.Debugger.DebugServer.DebugServer.shutdownServer?4()
536 eric6.Debugger.DebugServer.DebugServer.signalClientBanner?4(version, platform, debugClient, venvName) 538 eric6.Debugger.DebugServer.DebugServer.signalClientBanner?4(version, platform, debugClient, venvName)
554 eric6.Debugger.DebugServer.DebugServer.signalClientVariable?4(scope, variables) 556 eric6.Debugger.DebugServer.DebugServer.signalClientVariable?4(scope, variables)
555 eric6.Debugger.DebugServer.DebugServer.signalClientVariables?4(scope, variables) 557 eric6.Debugger.DebugServer.DebugServer.signalClientVariables?4(scope, variables)
556 eric6.Debugger.DebugServer.DebugServer.signalClientWatchConditionError?4(condition) 558 eric6.Debugger.DebugServer.DebugServer.signalClientWatchConditionError?4(condition)
557 eric6.Debugger.DebugServer.DebugServer.startClient?4(unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir=None) 559 eric6.Debugger.DebugServer.DebugServer.startClient?4(unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir=None)
558 eric6.Debugger.DebugServer.DebugServer.unregisterDebuggerInterface?4(interfaceName) 560 eric6.Debugger.DebugServer.DebugServer.unregisterDebuggerInterface?4(interfaceName)
561 eric6.Debugger.DebugServer.DebugServer.utDiscovered?7
559 eric6.Debugger.DebugServer.DebugServer.utFinished?7 562 eric6.Debugger.DebugServer.DebugServer.utFinished?7
560 eric6.Debugger.DebugServer.DebugServer.utPrepared?7 563 eric6.Debugger.DebugServer.DebugServer.utPrepared?7
561 eric6.Debugger.DebugServer.DebugServer.utStartTest?7 564 eric6.Debugger.DebugServer.DebugServer.utStartTest?7
562 eric6.Debugger.DebugServer.DebugServer.utStopTest?7 565 eric6.Debugger.DebugServer.DebugServer.utStopTest?7
563 eric6.Debugger.DebugServer.DebugServer.utTestErrored?7 566 eric6.Debugger.DebugServer.DebugServer.utTestErrored?7
642 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStep?4() 645 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStep?4()
643 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStepOut?4() 646 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStepOut?4()
644 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStepOver?4() 647 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStepOver?4()
645 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStepQuit?4() 648 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStepQuit?4()
646 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteThreadList?4() 649 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteThreadList?4()
647 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase) 650 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTDiscover?4(syspath, workdir, discoveryStart)
648 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTRun?4() 651 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases, debug)
652 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTRun?4(debug, failfast)
649 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTStop?4() 653 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTStop?4()
650 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpoint?4(cond, setWatch, temp=False) 654 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpoint?4(cond, setWatch, temp=False)
651 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointEnable?4(cond, enable) 655 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointEnable?4(cond, enable)
652 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointIgnore?4(cond, count) 656 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointIgnore?4(cond, count)
653 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.setCallTraceEnabled?4(on) 657 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.setCallTraceEnabled?4(on)
684 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStep?4() 688 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStep?4()
685 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepOut?4() 689 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepOut?4()
686 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepOver?4() 690 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepOver?4()
687 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepQuit?4() 691 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepQuit?4()
688 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteThreadList?4() 692 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteThreadList?4()
689 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase) 693 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTDiscover?4(syspath, workdir, discoveryStart)
690 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTRun?4() 694 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases, debug)
695 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTRun?4(debug, failfast)
691 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTStop?4() 696 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTStop?4()
692 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpoint?4(cond, setWatch, temp=False) 697 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpoint?4(cond, setWatch, temp=False)
693 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointEnable?4(cond, enable) 698 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointEnable?4(cond, enable)
694 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(cond, count) 699 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(cond, count)
695 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.setCallTraceEnabled?4(on) 700 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.setCallTraceEnabled?4(on)
1495 eric6.E5Network.E5Ftp.E5FtpProxyType.Open?7 1500 eric6.E5Network.E5Ftp.E5FtpProxyType.Open?7
1496 eric6.E5Network.E5Ftp.E5FtpProxyType.ProxyuserAtServer?7 1501 eric6.E5Network.E5Ftp.E5FtpProxyType.ProxyuserAtServer?7
1497 eric6.E5Network.E5Ftp.E5FtpProxyType.Site?7 1502 eric6.E5Network.E5Ftp.E5FtpProxyType.Site?7
1498 eric6.E5Network.E5Ftp.E5FtpProxyType.UserAtProxyuserAtServer?7 1503 eric6.E5Network.E5Ftp.E5FtpProxyType.UserAtProxyuserAtServer?7
1499 eric6.E5Network.E5Ftp.E5FtpProxyType.UserAtServer?7 1504 eric6.E5Network.E5Ftp.E5FtpProxyType.UserAtServer?7
1500 eric6.E5Network.E5GoogleMail.APPLICATION_NAME?7 1505 eric6.E5Network.E5GoogleMail.E5GoogleMail.sendMessage?4(message)
1501 eric6.E5Network.E5GoogleMail.CLIENT_SECRET_FILE?7 1506 eric6.E5Network.E5GoogleMail.E5GoogleMail.sendResult?7
1502 eric6.E5Network.E5GoogleMail.CREDENTIALS_FILE?7 1507 eric6.E5Network.E5GoogleMail.E5GoogleMail?1(parent=None)
1508 eric6.E5Network.E5GoogleMail.E5GoogleMailAuthBrowser.approvalCodeReceived?7
1509 eric6.E5Network.E5GoogleMail.E5GoogleMailAuthBrowser.load?4(url)
1510 eric6.E5Network.E5GoogleMail.E5GoogleMailAuthBrowser?1(parent=None)
1503 eric6.E5Network.E5GoogleMail.GoogleMailHelp?4() 1511 eric6.E5Network.E5GoogleMail.GoogleMailHelp?4()
1504 eric6.E5Network.E5GoogleMail.GoogleMailSendMessage?4(message) 1512 eric6.E5Network.E5GoogleMailHelpers.APPLICATION_NAME?7
1505 eric6.E5Network.E5GoogleMail.SCOPES?7 1513 eric6.E5Network.E5GoogleMailHelpers.CLIENT_SECRET_FILE?7
1506 eric6.E5Network.E5GoogleMail._prepareMessage_v2?5(message) 1514 eric6.E5Network.E5GoogleMailHelpers.RequiredPackages?7
1507 eric6.E5Network.E5GoogleMail._prepareMessage_v3?5(message) 1515 eric6.E5Network.E5GoogleMailHelpers.SCOPES?7
1508 eric6.E5Network.E5GoogleMail.getCredentials?4() 1516 eric6.E5Network.E5GoogleMailHelpers.TOKEN_FILE?7
1509 eric6.E5Network.E5GoogleMail.isClientSecretFileAvailable?4() 1517 eric6.E5Network.E5GoogleMailHelpers.getInstallCommand?4()
1518 eric6.E5Network.E5GoogleMailHelpers.isClientSecretFileAvailable?4()
1510 eric6.E5Network.E5NetworkHeaderDetailsDialog.E5NetworkHeaderDetailsDialog.setData?4(name, value) 1519 eric6.E5Network.E5NetworkHeaderDetailsDialog.E5NetworkHeaderDetailsDialog.setData?4(name, value)
1511 eric6.E5Network.E5NetworkHeaderDetailsDialog.E5NetworkHeaderDetailsDialog?1(parent=None) 1520 eric6.E5Network.E5NetworkHeaderDetailsDialog.E5NetworkHeaderDetailsDialog?1(parent=None)
1512 eric6.E5Network.E5NetworkIcon.E5NetworkIcon.isOnline?4() 1521 eric6.E5Network.E5NetworkIcon.E5NetworkIcon.isOnline?4()
1513 eric6.E5Network.E5NetworkIcon.E5NetworkIcon.onlineStateChanged?7 1522 eric6.E5Network.E5NetworkIcon.E5NetworkIcon.onlineStateChanged?7
1514 eric6.E5Network.E5NetworkIcon.E5NetworkIcon?1(parent=None) 1523 eric6.E5Network.E5NetworkIcon.E5NetworkIcon?1(parent=None)
3702 eric6.MultiProject.MultiProject.MultiProject.addProject?4(project) 3711 eric6.MultiProject.MultiProject.MultiProject.addProject?4(project)
3703 eric6.MultiProject.MultiProject.MultiProject.changeProjectProperties?4(pro) 3712 eric6.MultiProject.MultiProject.MultiProject.changeProjectProperties?4(pro)
3704 eric6.MultiProject.MultiProject.MultiProject.checkDirty?4() 3713 eric6.MultiProject.MultiProject.MultiProject.checkDirty?4()
3705 eric6.MultiProject.MultiProject.MultiProject.clearRecent?4() 3714 eric6.MultiProject.MultiProject.MultiProject.clearRecent?4()
3706 eric6.MultiProject.MultiProject.MultiProject.closeMultiProject?4() 3715 eric6.MultiProject.MultiProject.MultiProject.closeMultiProject?4()
3716 eric6.MultiProject.MultiProject.MultiProject.copyProject?4(uid)
3707 eric6.MultiProject.MultiProject.MultiProject.deleteProject?4(uid) 3717 eric6.MultiProject.MultiProject.MultiProject.deleteProject?4(uid)
3708 eric6.MultiProject.MultiProject.MultiProject.dirty?7 3718 eric6.MultiProject.MultiProject.MultiProject.dirty?7
3709 eric6.MultiProject.MultiProject.MultiProject.getActions?4() 3719 eric6.MultiProject.MultiProject.MultiProject.getActions?4()
3710 eric6.MultiProject.MultiProject.MultiProject.getCategories?4() 3720 eric6.MultiProject.MultiProject.MultiProject.getCategories?4()
3711 eric6.MultiProject.MultiProject.MultiProject.getDependantProjectFiles?4() 3721 eric6.MultiProject.MultiProject.MultiProject.getDependantProjectFiles?4()
3990 eric6.PipInterface.Pip.Pip.getProjectEnvironmentString?4() 4000 eric6.PipInterface.Pip.Pip.getProjectEnvironmentString?4()
3991 eric6.PipInterface.Pip.Pip.getUserConfig?4() 4001 eric6.PipInterface.Pip.Pip.getUserConfig?4()
3992 eric6.PipInterface.Pip.Pip.getVirtualenvConfig?4(venvName) 4002 eric6.PipInterface.Pip.Pip.getVirtualenvConfig?4(venvName)
3993 eric6.PipInterface.Pip.Pip.getVirtualenvInterpreter?4(venvName) 4003 eric6.PipInterface.Pip.Pip.getVirtualenvInterpreter?4(venvName)
3994 eric6.PipInterface.Pip.Pip.getVirtualenvNames?4() 4004 eric6.PipInterface.Pip.Pip.getVirtualenvNames?4()
3995 eric6.PipInterface.Pip.Pip.installPackages?4(packages, venvName, userSite=False) 4005 eric6.PipInterface.Pip.Pip.installPackages?4(packages, venvName="", userSite=False, interpreter="")
3996 eric6.PipInterface.Pip.Pip.installPip?4(venvName, userSite=False) 4006 eric6.PipInterface.Pip.Pip.installPip?4(venvName, userSite=False)
3997 eric6.PipInterface.Pip.Pip.installRequirements?4(venvName) 4007 eric6.PipInterface.Pip.Pip.installRequirements?4(venvName)
3998 eric6.PipInterface.Pip.Pip.repairPip?4(venvName) 4008 eric6.PipInterface.Pip.Pip.repairPip?4(venvName)
3999 eric6.PipInterface.Pip.Pip.runProcess?4(args, interpreter) 4009 eric6.PipInterface.Pip.Pip.runProcess?4(args, interpreter)
4000 eric6.PipInterface.Pip.Pip.uninstallPackages?4(packages, venvName) 4010 eric6.PipInterface.Pip.Pip.uninstallPackages?4(packages, venvName)
4054 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_uninstallButton_clicked?4() 4064 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_uninstallButton_clicked?4()
4055 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_upgradeAllButton_clicked?4() 4065 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_upgradeAllButton_clicked?4()
4056 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_upgradeButton_clicked?4() 4066 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_upgradeButton_clicked?4()
4057 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_userCheckBox_clicked?4(checked) 4067 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_userCheckBox_clicked?4(checked)
4058 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_verboseCheckBox_clicked?4(checked) 4068 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_verboseCheckBox_clicked?4(checked)
4059 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget?1(parent=None) 4069 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget?1(pip, parent=None)
4060 eric6.PluginManager.PluginDetailsDialog.PluginDetailsDialog.on_activeCheckBox_clicked?4() 4070 eric6.PluginManager.PluginDetailsDialog.PluginDetailsDialog.on_activeCheckBox_clicked?4()
4061 eric6.PluginManager.PluginDetailsDialog.PluginDetailsDialog.on_autoactivateCheckBox_clicked?4() 4071 eric6.PluginManager.PluginDetailsDialog.PluginDetailsDialog.on_autoactivateCheckBox_clicked?4()
4062 eric6.PluginManager.PluginDetailsDialog.PluginDetailsDialog?1(details, parent=None) 4072 eric6.PluginManager.PluginDetailsDialog.PluginDetailsDialog?1(details, parent=None)
4063 eric6.PluginManager.PluginExceptions.PluginActivationError?1(name) 4073 eric6.PluginManager.PluginExceptions.PluginActivationError?1(name)
4064 eric6.PluginManager.PluginExceptions.PluginClassFormatError?1(name, class_, missing) 4074 eric6.PluginManager.PluginExceptions.PluginClassFormatError?1(name, class_, missing)
4257 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.MiscellaneousChecker?1(source, filename, select, ignore, expected, repeat, args) 4267 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.MiscellaneousChecker?1(source, filename, select, ignore, expected, repeat, args)
4258 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.NameFinder.getNames?4() 4268 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.NameFinder.getNames?4()
4259 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.NameFinder.visit?4(node) 4269 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.NameFinder.visit?4(node)
4260 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.NameFinder.visit_Name?4(node) 4270 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.NameFinder.visit_Name?4(node)
4261 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.NameFinder?1() 4271 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.NameFinder?1()
4272 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.Assigns?7
4273 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.Refs?7
4274 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.Returns?7
4275 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.assigns?4()
4276 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.refs?4()
4277 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.returns?4()
4278 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.visit_Assign?4(node)
4279 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.visit_AsyncFunctionDef?4(node)
4280 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.visit_FunctionDef?4(node)
4281 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.visit_Name?4(node)
4282 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.visit_Return?4(node)
4283 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor?1()
4262 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_AsyncFunctionDef?4(node) 4284 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_AsyncFunctionDef?4(node)
4263 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_Bytes?4(node) 4285 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_Bytes?4(node)
4264 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_Call?4(node) 4286 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_Call?4(node)
4265 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_ClassDef?4(node) 4287 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_ClassDef?4(node)
4266 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_FunctionDef?4(node) 4288 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_FunctionDef?4(node)
7389 eric6.Preferences.ConfigurationPages.EditorHighlightersPage.create?4(dlg) 7411 eric6.Preferences.ConfigurationPages.EditorHighlightersPage.create?4(dlg)
7390 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FAMILYANDSIZE?7 7412 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FAMILYANDSIZE?7
7391 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FAMILYONLY?7 7413 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FAMILYONLY?7
7392 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FONT?7 7414 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FONT?7
7393 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.SIZEONLY?7 7415 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.SIZEONLY?7
7416 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.StyleRole?7
7417 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.SubstyleRole?7
7418 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_addSubstyleButton_clicked?4()
7394 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked?4() 7419 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked?4()
7395 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_allDefaultButton_clicked?4() 7420 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_allDefaultButton_clicked?4()
7396 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_allEolFillButton_clicked?4() 7421 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_allEolFillButton_clicked?4()
7397 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_backgroundButton_clicked?4() 7422 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_backgroundButton_clicked?4()
7423 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_copySubstyleButton_clicked?4()
7398 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_defaultButton_clicked?4() 7424 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_defaultButton_clicked?4()
7399 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_eolfillCheckBox_toggled?4(on) 7425 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_defaultSubstylesButton_clicked?4()
7426 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_deleteSubstyleButton_clicked?4()
7427 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_editSubstyleButton_clicked?4()
7428 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_eolfillCheckBox_clicked?4(on)
7400 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_exportAllButton_clicked?4() 7429 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_exportAllButton_clicked?4()
7401 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_exportCurrentButton_clicked?4() 7430 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_exportCurrentButton_clicked?4()
7402 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_foregroundButton_clicked?4() 7431 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_foregroundButton_clicked?4()
7403 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_importAllButton_clicked?4() 7432 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_importAllButton_clicked?4()
7404 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_importCurrentButton_clicked?4() 7433 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_importCurrentButton_clicked?4()
7405 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated?4(language) 7434 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated?4(language)
7406 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_styleElementList_currentRowChanged?4(index) 7435 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_styleElementList_currentItemChanged?4(current, previous)
7407 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.save?4() 7436 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.save?4()
7408 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.saveState?4() 7437 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.saveState?4()
7409 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setFont?4(style, familyOnly, sizeOnly) 7438 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setFont?4(style, substyle, familyOnly, sizeOnly)
7410 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setSampleFont?4(familyOnly, sizeOnly) 7439 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setSampleFont?4(familyOnly, sizeOnly)
7411 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setState?4(state) 7440 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setState?4(state)
7412 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage?1(lexers) 7441 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage?1(lexers)
7413 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.NoFontsOption?7 7442 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.NoFontsOption?7
7414 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.create?4(dlg) 7443 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.create?4(dlg)
7444 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.MaxKeywordSets?7
7445 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.on_allDefaultButton_clicked?4()
7446 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.on_defaultButton_clicked?4()
7415 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.on_languageCombo_activated?4(language) 7447 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.on_languageCombo_activated?4(language)
7416 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.on_setSpinBox_valueChanged?4(kwSet) 7448 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.on_setSpinBox_valueChanged?4(kwSet)
7417 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.save?4() 7449 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.save?4()
7418 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage?1() 7450 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage?1()
7419 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.create?4(dlg) 7451 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.create?4(dlg)
7447 eric6.Preferences.ConfigurationPages.EditorSyntaxPage.create?4(dlg) 7479 eric6.Preferences.ConfigurationPages.EditorSyntaxPage.create?4(dlg)
7448 eric6.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage.on_languageCombo_activated?4(language) 7480 eric6.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage.on_languageCombo_activated?4(language)
7449 eric6.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage.save?4() 7481 eric6.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage.save?4()
7450 eric6.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage?1() 7482 eric6.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage?1()
7451 eric6.Preferences.ConfigurationPages.EditorTypingPage.create?4(dlg) 7483 eric6.Preferences.ConfigurationPages.EditorTypingPage.create?4(dlg)
7484 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleCheckAgainButton_clicked?4()
7452 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleHelpButton_clicked?4() 7485 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleHelpButton_clicked?4()
7486 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleInstallButton_clicked?4()
7453 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailAuthenticationGroup_toggled?4(checked) 7487 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailAuthenticationGroup_toggled?4(checked)
7454 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailPasswordEdit_textChanged?4(txt) 7488 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailPasswordEdit_textChanged?4(txt)
7455 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailServerEdit_textChanged?4(txt) 7489 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailServerEdit_textChanged?4(txt)
7456 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailUserEdit_textChanged?4(txt) 7490 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailUserEdit_textChanged?4(txt)
7457 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_noEncryptionButton_toggled?4(checked) 7491 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_noEncryptionButton_toggled?4(checked)
7633 eric6.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.create?4(dlg) 7667 eric6.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.create?4(dlg)
7634 eric6.Preferences.MouseClickDialog.MouseClickDialog.eventFilter?4(watched, event) 7668 eric6.Preferences.MouseClickDialog.MouseClickDialog.eventFilter?4(watched, event)
7635 eric6.Preferences.MouseClickDialog.MouseClickDialog.getClick?4() 7669 eric6.Preferences.MouseClickDialog.MouseClickDialog.getClick?4()
7636 eric6.Preferences.MouseClickDialog.MouseClickDialog.on_clearButton_clicked?4() 7670 eric6.Preferences.MouseClickDialog.MouseClickDialog.on_clearButton_clicked?4()
7637 eric6.Preferences.MouseClickDialog.MouseClickDialog?1(modifiers, button, parent=None) 7671 eric6.Preferences.MouseClickDialog.MouseClickDialog?1(modifiers, button, parent=None)
7638 eric6.Preferences.PreferencesLexer.PreferencesLexer.color?4(style) 7672 eric6.Preferences.PreferencesLexer.PreferencesLexer.addSubstyle?4(style)
7639 eric6.Preferences.PreferencesLexer.PreferencesLexer.defaulEolFill?4(style) 7673 eric6.Preferences.PreferencesLexer.PreferencesLexer.color?4(style, substyle=-1)
7640 eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultColor?4(style) 7674 eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultColor?4(style, substyle=-1)
7641 eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultFont?4(style) 7675 eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultDescription?4(style, substyle=-1)
7642 eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultPaper?4(style) 7676 eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultEolFill?4(style, substyle=-1)
7643 eric6.Preferences.PreferencesLexer.PreferencesLexer.description?4(style) 7677 eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultFont?4(style, substyle=-1)
7644 eric6.Preferences.PreferencesLexer.PreferencesLexer.eolFill?4(style) 7678 eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultPaper?4(style, substyle=-1)
7645 eric6.Preferences.PreferencesLexer.PreferencesLexer.font?4(style) 7679 eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultWords?4(style, substyle=-1)
7680 eric6.Preferences.PreferencesLexer.PreferencesLexer.delSubstyle?4(style, substyle)
7681 eric6.Preferences.PreferencesLexer.PreferencesLexer.description?4(style, substyle=-1)
7682 eric6.Preferences.PreferencesLexer.PreferencesLexer.eolFill?4(style, substyle=-1)
7683 eric6.Preferences.PreferencesLexer.PreferencesLexer.font?4(style, substyle=-1)
7684 eric6.Preferences.PreferencesLexer.PreferencesLexer.getStyles?4()
7685 eric6.Preferences.PreferencesLexer.PreferencesLexer.getSubStyles?4(style)
7686 eric6.Preferences.PreferencesLexer.PreferencesLexer.hasStyle?4(style, substyle)
7687 eric6.Preferences.PreferencesLexer.PreferencesLexer.isBaseStyle?4(style)
7646 eric6.Preferences.PreferencesLexer.PreferencesLexer.language?4() 7688 eric6.Preferences.PreferencesLexer.PreferencesLexer.language?4()
7647 eric6.Preferences.PreferencesLexer.PreferencesLexer.paper?4(style) 7689 eric6.Preferences.PreferencesLexer.PreferencesLexer.loadDefaultSubStyles?4(style)
7648 eric6.Preferences.PreferencesLexer.PreferencesLexer.setColor?4(c, style) 7690 eric6.Preferences.PreferencesLexer.PreferencesLexer.paper?4(style, substyle=-1)
7649 eric6.Preferences.PreferencesLexer.PreferencesLexer.setEolFill?4(eolfill, style) 7691 eric6.Preferences.PreferencesLexer.PreferencesLexer.setColor?4(c, style, substyle=-1)
7650 eric6.Preferences.PreferencesLexer.PreferencesLexer.setFont?4(f, style) 7692 eric6.Preferences.PreferencesLexer.PreferencesLexer.setDescription?4(description, style, substyle=-1)
7651 eric6.Preferences.PreferencesLexer.PreferencesLexer.setPaper?4(c, style) 7693 eric6.Preferences.PreferencesLexer.PreferencesLexer.setEolFill?4(eolfill, style, substyle=-1)
7694 eric6.Preferences.PreferencesLexer.PreferencesLexer.setFont?4(f, style, substyle=-1)
7695 eric6.Preferences.PreferencesLexer.PreferencesLexer.setPaper?4(c, style, substyle=-1)
7696 eric6.Preferences.PreferencesLexer.PreferencesLexer.setWords?4(words, style, substyle=-1)
7697 eric6.Preferences.PreferencesLexer.PreferencesLexer.words?4(style, substyle=-1)
7698 eric6.Preferences.PreferencesLexer.PreferencesLexer.writeSettings?4()
7652 eric6.Preferences.PreferencesLexer.PreferencesLexer?1(language, parent=None) 7699 eric6.Preferences.PreferencesLexer.PreferencesLexer?1(language, parent=None)
7653 eric6.Preferences.PreferencesLexer.PreferencesLexerError?1() 7700 eric6.Preferences.PreferencesLexer.PreferencesLexerError?1()
7654 eric6.Preferences.PreferencesLexer.PreferencesLexerLanguageError?1(language) 7701 eric6.Preferences.PreferencesLexer.PreferencesLexerLanguageError?1(language)
7655 eric6.Preferences.Prefs.condaDefaults?7 7702 eric6.Preferences.Prefs.condaDefaults?7
7656 eric6.Preferences.Prefs.cooperationDefaults?7 7703 eric6.Preferences.Prefs.cooperationDefaults?7
7721 eric6.Preferences.ShortcutsDialog.ShortcutsDialog.on_shortcutsList_itemClicked?4(itm, column) 7768 eric6.Preferences.ShortcutsDialog.ShortcutsDialog.on_shortcutsList_itemClicked?4(itm, column)
7722 eric6.Preferences.ShortcutsDialog.ShortcutsDialog.on_shortcutsList_itemDoubleClicked?4(itm, column) 7769 eric6.Preferences.ShortcutsDialog.ShortcutsDialog.on_shortcutsList_itemDoubleClicked?4(itm, column)
7723 eric6.Preferences.ShortcutsDialog.ShortcutsDialog.populate?4(helpViewer=None) 7770 eric6.Preferences.ShortcutsDialog.ShortcutsDialog.populate?4(helpViewer=None)
7724 eric6.Preferences.ShortcutsDialog.ShortcutsDialog.updateShortcuts?7 7771 eric6.Preferences.ShortcutsDialog.ShortcutsDialog.updateShortcuts?7
7725 eric6.Preferences.ShortcutsDialog.ShortcutsDialog?1(parent=None) 7772 eric6.Preferences.ShortcutsDialog.ShortcutsDialog?1(parent=None)
7773 eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.getData?4()
7774 eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.on_defaultButton_clicked?4()
7775 eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.on_descriptionEdit_textChanged?4(txt)
7776 eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.on_resetButton_clicked?4()
7777 eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.on_wordsEdit_textChanged?4()
7778 eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog?1(lexer, style, substyle, parent=None)
7726 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.getToollist?4() 7779 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.getToollist?4()
7727 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_addButton_clicked?4() 7780 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_addButton_clicked?4()
7728 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_argumentsEdit_textChanged?4(text) 7781 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_argumentsEdit_textChanged?4(text)
7729 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_changeButton_clicked?4() 7782 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_changeButton_clicked?4()
7730 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_deleteButton_clicked?4() 7783 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_deleteButton_clicked?4()
8330 eric6.PyUnit.UnittestDialog.QtTestResult.addFailure?4(test, err) 8383 eric6.PyUnit.UnittestDialog.QtTestResult.addFailure?4(test, err)
8331 eric6.PyUnit.UnittestDialog.QtTestResult.addSkip?4(test, reason) 8384 eric6.PyUnit.UnittestDialog.QtTestResult.addSkip?4(test, reason)
8332 eric6.PyUnit.UnittestDialog.QtTestResult.addUnexpectedSuccess?4(test) 8385 eric6.PyUnit.UnittestDialog.QtTestResult.addUnexpectedSuccess?4(test)
8333 eric6.PyUnit.UnittestDialog.QtTestResult.startTest?4(test) 8386 eric6.PyUnit.UnittestDialog.QtTestResult.startTest?4(test)
8334 eric6.PyUnit.UnittestDialog.QtTestResult.stopTest?4(test) 8387 eric6.PyUnit.UnittestDialog.QtTestResult.stopTest?4(test)
8335 eric6.PyUnit.UnittestDialog.QtTestResult?1(parent) 8388 eric6.PyUnit.UnittestDialog.QtTestResult?1(parent, failfast)
8389 eric6.PyUnit.UnittestDialog.UnittestDialog.ErrorsInfoRole?7
8390 eric6.PyUnit.UnittestDialog.UnittestDialog.TestCaseFileRole?7
8391 eric6.PyUnit.UnittestDialog.UnittestDialog.TestCaseNameRole?7
8336 eric6.PyUnit.UnittestDialog.UnittestDialog.closeEvent?4(event) 8392 eric6.PyUnit.UnittestDialog.UnittestDialog.closeEvent?4(event)
8337 eric6.PyUnit.UnittestDialog.UnittestDialog.hasFailedTests?4() 8393 eric6.PyUnit.UnittestDialog.UnittestDialog.hasFailedTests?4()
8394 eric6.PyUnit.UnittestDialog.UnittestDialog.insertDiscovery?4(start)
8338 eric6.PyUnit.UnittestDialog.UnittestDialog.insertProg?4(prog) 8395 eric6.PyUnit.UnittestDialog.UnittestDialog.insertProg?4(prog)
8339 eric6.PyUnit.UnittestDialog.UnittestDialog.insertTestName?4(testName) 8396 eric6.PyUnit.UnittestDialog.UnittestDialog.insertTestName?4(testName)
8340 eric6.PyUnit.UnittestDialog.UnittestDialog.keyPressEvent?4(evt) 8397 eric6.PyUnit.UnittestDialog.UnittestDialog.keyPressEvent?4(evt)
8341 eric6.PyUnit.UnittestDialog.UnittestDialog.on_buttonBox_clicked?4(button) 8398 eric6.PyUnit.UnittestDialog.UnittestDialog.on_buttonBox_clicked?4(button)
8399 eric6.PyUnit.UnittestDialog.UnittestDialog.on_discoverCheckBox_toggled?4(checked)
8400 eric6.PyUnit.UnittestDialog.UnittestDialog.on_discoveryList_itemDoubleClicked?4(item, column)
8342 eric6.PyUnit.UnittestDialog.UnittestDialog.on_errorsListWidget_currentTextChanged?4(text) 8401 eric6.PyUnit.UnittestDialog.UnittestDialog.on_errorsListWidget_currentTextChanged?4(text)
8343 eric6.PyUnit.UnittestDialog.UnittestDialog.on_errorsListWidget_itemDoubleClicked?4(lbitem) 8402 eric6.PyUnit.UnittestDialog.UnittestDialog.on_errorsListWidget_itemDoubleClicked?4(lbitem)
8344 eric6.PyUnit.UnittestDialog.UnittestDialog.on_startButton_clicked?4(failedOnly=False)
8345 eric6.PyUnit.UnittestDialog.UnittestDialog.on_stopButton_clicked?4()
8346 eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog?4() 8403 eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog?4()
8347 eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_editTextChanged?4(txt) 8404 eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_editTextChanged?4(path)
8348 eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_pathSelected?4(suite) 8405 eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_pathSelected?4(suite)
8406 eric6.PyUnit.UnittestDialog.UnittestDialog.setProjectMode?4(forProject)
8407 eric6.PyUnit.UnittestDialog.UnittestDialog.startTests?4(failedOnly=False)
8349 eric6.PyUnit.UnittestDialog.UnittestDialog.testErrored?4(test, exc, testId) 8408 eric6.PyUnit.UnittestDialog.UnittestDialog.testErrored?4(test, exc, testId)
8350 eric6.PyUnit.UnittestDialog.UnittestDialog.testFailed?4(test, exc, testId) 8409 eric6.PyUnit.UnittestDialog.UnittestDialog.testFailed?4(test, exc, testId)
8351 eric6.PyUnit.UnittestDialog.UnittestDialog.testFailedExpected?4(test, exc, testId) 8410 eric6.PyUnit.UnittestDialog.UnittestDialog.testFailedExpected?4(test, exc, testId)
8352 eric6.PyUnit.UnittestDialog.UnittestDialog.testFinished?4() 8411 eric6.PyUnit.UnittestDialog.UnittestDialog.testFinished?4()
8353 eric6.PyUnit.UnittestDialog.UnittestDialog.testSkipped?4(test, reason, testId) 8412 eric6.PyUnit.UnittestDialog.UnittestDialog.testSkipped?4(test, reason, testId)
8354 eric6.PyUnit.UnittestDialog.UnittestDialog.testStarted?4(test, doc) 8413 eric6.PyUnit.UnittestDialog.UnittestDialog.testStarted?4(test, doc)
8355 eric6.PyUnit.UnittestDialog.UnittestDialog.testSucceededUnexpected?4(test, testId) 8414 eric6.PyUnit.UnittestDialog.UnittestDialog.testSucceededUnexpected?4(test, testId)
8356 eric6.PyUnit.UnittestDialog.UnittestDialog.unittestFile?7 8415 eric6.PyUnit.UnittestDialog.UnittestDialog.unittestFile?7
8357 eric6.PyUnit.UnittestDialog.UnittestDialog.unittestStopped?7 8416 eric6.PyUnit.UnittestDialog.UnittestDialog.unittestStopped?7
8358 eric6.PyUnit.UnittestDialog.UnittestDialog?1(prog=None, dbs=None, ui=None, fromEric=False, parent=None, name=None) 8417 eric6.PyUnit.UnittestDialog.UnittestDialog?1(prog=None, dbs=None, ui=None, parent=None, name=None)
8359 eric6.PyUnit.UnittestDialog.UnittestWindow.eventFilter?4(obj, event) 8418 eric6.PyUnit.UnittestDialog.UnittestWindow.eventFilter?4(obj, event)
8360 eric6.PyUnit.UnittestDialog.UnittestWindow?1(prog=None, parent=None) 8419 eric6.PyUnit.UnittestDialog.UnittestWindow?1(prog=None, parent=None)
8361 eric6.QScintilla.APIsManager.APIs.apiPreparationCancelled?7 8420 eric6.QScintilla.APIsManager.APIs.apiPreparationCancelled?7
8362 eric6.QScintilla.APIsManager.APIs.apiPreparationFinished?7 8421 eric6.QScintilla.APIsManager.APIs.apiPreparationFinished?7
8363 eric6.QScintilla.APIsManager.APIs.apiPreparationStarted?7 8422 eric6.QScintilla.APIsManager.APIs.apiPreparationStarted?7
8705 eric6.QScintilla.Lexers.Lexer.Lexer.boxCommentStr?4() 8764 eric6.QScintilla.Lexers.Lexer.Lexer.boxCommentStr?4()
8706 eric6.QScintilla.Lexers.Lexer.Lexer.canBlockComment?4() 8765 eric6.QScintilla.Lexers.Lexer.Lexer.canBlockComment?4()
8707 eric6.QScintilla.Lexers.Lexer.Lexer.canBoxComment?4() 8766 eric6.QScintilla.Lexers.Lexer.Lexer.canBoxComment?4()
8708 eric6.QScintilla.Lexers.Lexer.Lexer.canStreamComment?4() 8767 eric6.QScintilla.Lexers.Lexer.Lexer.canStreamComment?4()
8709 eric6.QScintilla.Lexers.Lexer.Lexer.commentStr?4() 8768 eric6.QScintilla.Lexers.Lexer.Lexer.commentStr?4()
8769 eric6.QScintilla.Lexers.Lexer.Lexer.defaultKeywords?4(kwSet)
8710 eric6.QScintilla.Lexers.Lexer.Lexer.hasSmartIndent?4() 8770 eric6.QScintilla.Lexers.Lexer.Lexer.hasSmartIndent?4()
8771 eric6.QScintilla.Lexers.Lexer.Lexer.hasSubstyles?4()
8711 eric6.QScintilla.Lexers.Lexer.Lexer.initProperties?4() 8772 eric6.QScintilla.Lexers.Lexer.Lexer.initProperties?4()
8712 eric6.QScintilla.Lexers.Lexer.Lexer.isCommentStyle?4(style) 8773 eric6.QScintilla.Lexers.Lexer.Lexer.isCommentStyle?4(style)
8713 eric6.QScintilla.Lexers.Lexer.Lexer.isStringStyle?4(style) 8774 eric6.QScintilla.Lexers.Lexer.Lexer.isStringStyle?4(style)
8714 eric6.QScintilla.Lexers.Lexer.Lexer.keywords?4(kwSet) 8775 eric6.QScintilla.Lexers.Lexer.Lexer.keywords?4(kwSet)
8776 eric6.QScintilla.Lexers.Lexer.Lexer.keywordsDescription?4(kwSet)
8715 eric6.QScintilla.Lexers.Lexer.Lexer.lexerName?4() 8777 eric6.QScintilla.Lexers.Lexer.Lexer.lexerName?4()
8716 eric6.QScintilla.Lexers.Lexer.Lexer.maximumKeywordSet?4() 8778 eric6.QScintilla.Lexers.Lexer.Lexer.maximumKeywordSet?4()
8717 eric6.QScintilla.Lexers.Lexer.Lexer.smartIndentLine?4(editor) 8779 eric6.QScintilla.Lexers.Lexer.Lexer.smartIndentLine?4(editor)
8718 eric6.QScintilla.Lexers.Lexer.Lexer.smartIndentSelection?4(editor) 8780 eric6.QScintilla.Lexers.Lexer.Lexer.smartIndentSelection?4(editor)
8719 eric6.QScintilla.Lexers.Lexer.Lexer.streamCommentStr?4() 8781 eric6.QScintilla.Lexers.Lexer.Lexer.streamCommentStr?4()
8987 eric6.QScintilla.Lexers.LexerYAML.LexerYAML.defaultKeywords?4(kwSet) 9049 eric6.QScintilla.Lexers.LexerYAML.LexerYAML.defaultKeywords?4(kwSet)
8988 eric6.QScintilla.Lexers.LexerYAML.LexerYAML.initProperties?4() 9050 eric6.QScintilla.Lexers.LexerYAML.LexerYAML.initProperties?4()
8989 eric6.QScintilla.Lexers.LexerYAML.LexerYAML.isCommentStyle?4(style) 9051 eric6.QScintilla.Lexers.LexerYAML.LexerYAML.isCommentStyle?4(style)
8990 eric6.QScintilla.Lexers.LexerYAML.LexerYAML.isStringStyle?4(style) 9052 eric6.QScintilla.Lexers.LexerYAML.LexerYAML.isStringStyle?4(style)
8991 eric6.QScintilla.Lexers.LexerYAML.LexerYAML?1(parent=None) 9053 eric6.QScintilla.Lexers.LexerYAML.LexerYAML?1(parent=None)
9054 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.addSubstyle?4(style)
9055 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.delSubstyle?4(style, substyle)
9056 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.getBaseStyles?4()
9057 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.hasSubstyle?4(style, substyle)
9058 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.hasSubstyles?4()
9059 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.isBaseStyle?4(style)
9060 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.loadAllDefaultSubStyles?4()
9061 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.loadDefaultSubStyles?4(style)
9062 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.loadSubstyles?4()
9063 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.readSubstyles?4(editor)
9064 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleColor?4(color, style, substyle)
9065 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleDescription?4(description, style, substyle)
9066 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleEolFill?4(eolFill, style, substyle)
9067 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleFont?4(font, style, substyle)
9068 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstylePaper?4(color, style, substyle)
9069 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleWords?4(words, style, substyle)
9070 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleColor?4(style, substyle)
9071 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultColor?4(style, substyle)
9072 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultDescription?4(style, substyle)
9073 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultEolFill?4(style, substyle)
9074 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultFont?4(style, substyle)
9075 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultPaper?4(style, substyle)
9076 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultWords?4(style, substyle)
9077 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDescription?4(style, substyle)
9078 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleEolFill?4(style, substyle)
9079 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleFont?4(style, substyle)
9080 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substylePaper?4(style, substyle)
9081 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleWords?4(style, substyle)
9082 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substylesCount?4(style)
9083 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.writeSubstyles?4()
9084 eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer?1()
8992 eric6.QScintilla.Lexers.getDefaultLexerAssociations?4() 9085 eric6.QScintilla.Lexers.getDefaultLexerAssociations?4()
8993 eric6.QScintilla.Lexers.getLanguageIcon?4(language, pixmap) 9086 eric6.QScintilla.Lexers.getLanguageIcon?4(language, pixmap)
8994 eric6.QScintilla.Lexers.getLexer?4(language, parent=None, pyname="") 9087 eric6.QScintilla.Lexers.getLexer?4(language, parent=None, pyname="")
8995 eric6.QScintilla.Lexers.getOpenFileFiltersList?4(includeAll=False, asString=False, withAdditional=True) 9088 eric6.QScintilla.Lexers.getOpenFileFiltersList?4(includeAll=False, asString=False, withAdditional=True)
8996 eric6.QScintilla.Lexers.getSaveFileFiltersList?4(includeAll=False, asString=False, withAdditional=True) 9089 eric6.QScintilla.Lexers.getSaveFileFiltersList?4(includeAll=False, asString=False, withAdditional=True)
9173 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionRight?4() 9266 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionRight?4()
9174 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionToBOL?4() 9267 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionToBOL?4()
9175 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionToEOL?4() 9268 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionToEOL?4()
9176 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionWordLeft?4() 9269 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionWordLeft?4()
9177 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionWordRight?4() 9270 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionWordRight?4()
9178 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findFirstTarget?4(expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False) 9271 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findFirst?4(expression, regexp, caseSensitive, word, wrap, forward=True, line=-1, index=-1, show=True, posix=False, cxx11=False)
9272 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findFirstTarget?4(expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False, posix=False, cxx11=False)
9179 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findNextTarget?4() 9273 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findNextTarget?4()
9180 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.flashFindIndicator?4(sline, sindex, eline, eindex) 9274 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.flashFindIndicator?4(sline, sindex, eline, eindex)
9181 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.focusOutEvent?4(event) 9275 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.focusOutEvent?4(event)
9182 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.foldExpandedAt?4(line) 9276 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.foldExpandedAt?4(line)
9183 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.foldFlagsAt?4(line) 9277 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.foldFlagsAt?4(line)
9242 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setLexer?4(lex=None) 9336 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setLexer?4(lex=None)
9243 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setModified?4(m) 9337 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setModified?4(m)
9244 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setRectangularSelection?4(startLine, startIndex, endLine, endIndex) 9338 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setRectangularSelection?4(startLine, startIndex, endLine, endIndex)
9245 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setStyling?4(length, style) 9339 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setStyling?4(length, style)
9246 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setVirtualSpaceOptions?4(options) 9340 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setVirtualSpaceOptions?4(options)
9341 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setWrapStartIndent?4(indent)
9247 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.showFindIndicator?4(sline, sindex, eline, eindex) 9342 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.showFindIndicator?4(sline, sindex, eline, eindex)
9248 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.showUserList?4(listId, lst) 9343 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.showUserList?4(listId, lst)
9249 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.startStyling?4(pos, mask) 9344 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.startStyling?4(pos, mask)
9250 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.styleAt?4(pos) 9345 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.styleAt?4(pos)
9251 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.updateUserListSize?4() 9346 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.updateUserListSize?4()
9879 eric6.UI.EmailDialog.EmailDialog.on_googleHelpButton_clicked?4() 9974 eric6.UI.EmailDialog.EmailDialog.on_googleHelpButton_clicked?4()
9880 eric6.UI.EmailDialog.EmailDialog.on_message_textChanged?4() 9975 eric6.UI.EmailDialog.EmailDialog.on_message_textChanged?4()
9881 eric6.UI.EmailDialog.EmailDialog.on_sendButton_clicked?4() 9976 eric6.UI.EmailDialog.EmailDialog.on_sendButton_clicked?4()
9882 eric6.UI.EmailDialog.EmailDialog.on_subject_textChanged?4(txt) 9977 eric6.UI.EmailDialog.EmailDialog.on_subject_textChanged?4(txt)
9883 eric6.UI.EmailDialog.EmailDialog?1(mode="bug", parent=None) 9978 eric6.UI.EmailDialog.EmailDialog?1(mode="bug", parent=None)
9884 eric6.UI.EmailDialog._encode_base64?5(msg)
9885 eric6.UI.ErrorLogDialog.ErrorLogDialog.on_deleteButton_clicked?4() 9979 eric6.UI.ErrorLogDialog.ErrorLogDialog.on_deleteButton_clicked?4()
9886 eric6.UI.ErrorLogDialog.ErrorLogDialog.on_emailButton_clicked?4() 9980 eric6.UI.ErrorLogDialog.ErrorLogDialog.on_emailButton_clicked?4()
9887 eric6.UI.ErrorLogDialog.ErrorLogDialog.on_keepButton_clicked?4() 9981 eric6.UI.ErrorLogDialog.ErrorLogDialog.on_keepButton_clicked?4()
9888 eric6.UI.ErrorLogDialog.ErrorLogDialog?1(logFile, showMode, parent=None) 9982 eric6.UI.ErrorLogDialog.ErrorLogDialog?1(logFile, showMode, parent=None)
9889 eric6.UI.FindFileDialog.FindFileDialog.designerFile?7 9983 eric6.UI.FindFileDialog.FindFileDialog.designerFile?7
10800 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvDirectory?4(venvName) 10894 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvDirectory?4(venvName)
10801 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvExecPath?4(venvName) 10895 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvExecPath?4(venvName)
10802 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvInterpreter?4(venvName) 10896 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvInterpreter?4(venvName)
10803 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvNames?4() 10897 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvNames?4()
10804 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvNamesForVariant?4(variant) 10898 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvNamesForVariant?4(variant)
10899 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvVariant?4(venvName)
10805 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isCondaEnvironment?4(venvName) 10900 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isCondaEnvironment?4(venvName)
10806 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isGlobalEnvironment?4(venvName) 10901 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isGlobalEnvironment?4(venvName)
10807 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isRemoteEnvironment?4(venvName) 10902 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isRemoteEnvironment?4(venvName)
10808 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isUnique?4(venvName) 10903 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isUnique?4(venvName)
10809 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.removeVirtualEnvs?4(venvNames) 10904 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.removeVirtualEnvs?4(venvNames)

eric ide

mercurial