APIs/Python3/eric6.api

branch
maintenance
changeset 6602
331ac8f99cf8
parent 6569
b4aeb61b3e3c
parent 6600
092cb8a3fc34
child 6646
51eefa621de4
equal deleted inserted replaced
6570:06e7d2941ead 6602:331ac8f99cf8
462 eric6.Debugger.DebugServer.DebugServer.remoteUTRun?4() 462 eric6.Debugger.DebugServer.DebugServer.remoteUTRun?4()
463 eric6.Debugger.DebugServer.DebugServer.remoteUTStop?4() 463 eric6.Debugger.DebugServer.DebugServer.remoteUTStop?4()
464 eric6.Debugger.DebugServer.DebugServer.setCallTraceEnabled?4(on) 464 eric6.Debugger.DebugServer.DebugServer.setCallTraceEnabled?4(on)
465 eric6.Debugger.DebugServer.DebugServer.setDebugging?4(on) 465 eric6.Debugger.DebugServer.DebugServer.setDebugging?4(on)
466 eric6.Debugger.DebugServer.DebugServer.shutdownServer?4() 466 eric6.Debugger.DebugServer.DebugServer.shutdownServer?4()
467 eric6.Debugger.DebugServer.DebugServer.signalClientBanner?4(version, platform, debugClient) 467 eric6.Debugger.DebugServer.DebugServer.signalClientBanner?4(version, platform, debugClient, venvName)
468 eric6.Debugger.DebugServer.DebugServer.signalClientBreakConditionError?4(filename, lineno) 468 eric6.Debugger.DebugServer.DebugServer.signalClientBreakConditionError?4(filename, lineno)
469 eric6.Debugger.DebugServer.DebugServer.signalClientCallTrace?4(isCall, fromFile, fromLine, fromFunction, toFile, toLine, toFunction) 469 eric6.Debugger.DebugServer.DebugServer.signalClientCallTrace?4(isCall, fromFile, fromLine, fromFunction, toFile, toLine, toFunction)
470 eric6.Debugger.DebugServer.DebugServer.signalClientCapabilities?4(capabilities, clientType) 470 eric6.Debugger.DebugServer.DebugServer.signalClientCapabilities?4(capabilities, clientType, venvName)
471 eric6.Debugger.DebugServer.DebugServer.signalClientClearBreak?4(filename, lineno) 471 eric6.Debugger.DebugServer.DebugServer.signalClientClearBreak?4(filename, lineno)
472 eric6.Debugger.DebugServer.DebugServer.signalClientClearWatch?4(condition) 472 eric6.Debugger.DebugServer.DebugServer.signalClientClearWatch?4(condition)
473 eric6.Debugger.DebugServer.DebugServer.signalClientCompletionList?4(completionList, text) 473 eric6.Debugger.DebugServer.DebugServer.signalClientCompletionList?4(completionList, text)
474 eric6.Debugger.DebugServer.DebugServer.signalClientException?4(exceptionType, exceptionMessage, stackTrace) 474 eric6.Debugger.DebugServer.DebugServer.signalClientException?4(exceptionType, exceptionMessage, stackTrace)
475 eric6.Debugger.DebugServer.DebugServer.signalClientExit?4(status, message="") 475 eric6.Debugger.DebugServer.DebugServer.signalClientExit?4(status, message="")
494 eric6.Debugger.DebugServer.DebugServer.utTestErrored?7 494 eric6.Debugger.DebugServer.DebugServer.utTestErrored?7
495 eric6.Debugger.DebugServer.DebugServer.utTestFailed?7 495 eric6.Debugger.DebugServer.DebugServer.utTestFailed?7
496 eric6.Debugger.DebugServer.DebugServer.utTestFailedExpected?7 496 eric6.Debugger.DebugServer.DebugServer.utTestFailedExpected?7
497 eric6.Debugger.DebugServer.DebugServer.utTestSkipped?7 497 eric6.Debugger.DebugServer.DebugServer.utTestSkipped?7
498 eric6.Debugger.DebugServer.DebugServer.utTestSucceededUnexpected?7 498 eric6.Debugger.DebugServer.DebugServer.utTestSucceededUnexpected?7
499 eric6.Debugger.DebugServer.DebugServer?1(preventPassiveDebugging=False) 499 eric6.Debugger.DebugServer.DebugServer?1(originalPathString, preventPassiveDebugging=False)
500 eric6.Debugger.DebugServer.DebuggerInterfaces?7 500 eric6.Debugger.DebugServer.DebuggerInterfaces?7
501 eric6.Debugger.DebugUI.DebugUI.appendStdout?7 501 eric6.Debugger.DebugUI.DebugUI.appendStdout?7
502 eric6.Debugger.DebugUI.DebugUI.clearHistories?4() 502 eric6.Debugger.DebugUI.DebugUI.clearHistories?4()
503 eric6.Debugger.DebugUI.DebugUI.clientStack?7 503 eric6.Debugger.DebugUI.DebugUI.clientStack?7
504 eric6.Debugger.DebugUI.DebugUI.compileForms?7 504 eric6.Debugger.DebugUI.DebugUI.compileForms?7
581 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpoint?4(cond, setWatch, temp=False) 581 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpoint?4(cond, setWatch, temp=False)
582 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointEnable?4(cond, enable) 582 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointEnable?4(cond, enable)
583 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointIgnore?4(cond, count) 583 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointIgnore?4(cond, count)
584 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.setCallTraceEnabled?4(on) 584 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.setCallTraceEnabled?4(on)
585 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.shutdown?4() 585 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.shutdown?4()
586 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole, venvName) 586 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole, venvName, originalPathString)
587 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole, venvName) 587 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole, venvName, originalPathString)
588 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone?1(debugServer, passive) 588 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone?1(debugServer, passive)
589 eric6.Debugger.DebuggerInterfaceNone.createDebuggerInterfaceNone?4(debugServer, passive) 589 eric6.Debugger.DebuggerInterfaceNone.createDebuggerInterfaceNone?4(debugServer, passive)
590 eric6.Debugger.DebuggerInterfaceNone.getRegistryData?4() 590 eric6.Debugger.DebuggerInterfaceNone.getRegistryData?4()
591 eric6.Debugger.DebuggerInterfacePython.ClientDefaultCapabilities?7 591 eric6.Debugger.DebuggerInterfacePython.ClientDefaultCapabilities?7
592 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.flush?4() 592 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.flush?4()
623 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpoint?4(cond, setWatch, temp=False) 623 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpoint?4(cond, setWatch, temp=False)
624 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointEnable?4(cond, enable) 624 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointEnable?4(cond, enable)
625 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(cond, count) 625 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(cond, count)
626 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.setCallTraceEnabled?4(on) 626 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.setCallTraceEnabled?4(on)
627 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.shutdown?4() 627 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.shutdown?4()
628 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole, venvName) 628 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole, venvName, originalPathString)
629 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole, venvName) 629 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole, venvName, originalPathString)
630 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython?1(debugServer, passive, pythonVariant) 630 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython?1(debugServer, passive, pythonVariant)
631 eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython2?4(debugServer, passive) 631 eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython2?4(debugServer, passive)
632 eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython3?4(debugServer, passive) 632 eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython3?4(debugServer, passive)
633 eric6.Debugger.DebuggerInterfacePython.getRegistryData?4() 633 eric6.Debugger.DebuggerInterfacePython.getRegistryData?4()
634 eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.getAddData?4() 634 eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.getAddData?4()
1588 eric6.E5XML.Config.highlightingStylesFileFormatVersion?7 1588 eric6.E5XML.Config.highlightingStylesFileFormatVersion?7
1589 eric6.E5XML.Config.multiProjectFileFormatVersion?7 1589 eric6.E5XML.Config.multiProjectFileFormatVersion?7
1590 eric6.E5XML.Config.pluginRepositoryFileFormatVersion?7 1590 eric6.E5XML.Config.pluginRepositoryFileFormatVersion?7
1591 eric6.E5XML.Config.projectFileFormatVersion?7 1591 eric6.E5XML.Config.projectFileFormatVersion?7
1592 eric6.E5XML.Config.projectFileFormatVersionAlt?7 1592 eric6.E5XML.Config.projectFileFormatVersionAlt?7
1593 eric6.E5XML.Config.projectFileFormatVersionIdl?7
1593 eric6.E5XML.Config.projectFileFormatVersionMake?7 1594 eric6.E5XML.Config.projectFileFormatVersionMake?7
1594 eric6.E5XML.Config.projectFileFormatVersionProto?7 1595 eric6.E5XML.Config.projectFileFormatVersionProto?7
1595 eric6.E5XML.Config.sessionFileFormatVersion?7 1596 eric6.E5XML.Config.sessionFileFormatVersion?7
1596 eric6.E5XML.Config.shortcutsFileFormatVersion?7 1597 eric6.E5XML.Config.shortcutsFileFormatVersion?7
1597 eric6.E5XML.Config.tasksFileFormatVersion?7 1598 eric6.E5XML.Config.tasksFileFormatVersion?7
3945 eric6.PluginManager.PluginManager.PluginManager.removePluginFromSysModules?4(pluginName, package, internalPackages) 3946 eric6.PluginManager.PluginManager.PluginManager.removePluginFromSysModules?4(pluginName, package, internalPackages)
3946 eric6.PluginManager.PluginManager.PluginManager.shutdown?7 3947 eric6.PluginManager.PluginManager.PluginManager.shutdown?7
3947 eric6.PluginManager.PluginManager.PluginManager.unloadPlugin?4(name) 3948 eric6.PluginManager.PluginManager.PluginManager.unloadPlugin?4(name)
3948 eric6.PluginManager.PluginManager.PluginManager?1(parent=None, disabledPlugins=None, doLoadPlugins=True, develPlugin=None) 3949 eric6.PluginManager.PluginManager.PluginManager?1(parent=None, disabledPlugins=None, doLoadPlugins=True, develPlugin=None)
3949 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryDialog.getDownloadedPlugins?4() 3950 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryDialog.getDownloadedPlugins?4()
3950 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryDialog?1(parent=None) 3951 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryDialog?1(pluginManager, parent=None)
3951 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryDownloadCleanup?4(quiet=False) 3952 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryDownloadCleanup?4(quiet=False)
3952 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.AuthorRole?7 3953 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.AuthorRole?7
3953 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.DescrRole?7 3954 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.DescrRole?7
3954 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.FilenameRole?7 3955 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.FilenameRole?7
3955 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.PluginStatusLocalUpdate?7 3956 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.PluginStatusLocalUpdate?7
3963 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_buttonBox_clicked?4(button) 3964 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_buttonBox_clicked?4(button)
3964 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryList_currentItemChanged?4(current, previous) 3965 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryList_currentItemChanged?4(current, previous)
3965 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryList_customContextMenuRequested?4(pos) 3966 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryList_customContextMenuRequested?4(pos)
3966 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryList_itemSelectionChanged?4() 3967 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryList_itemSelectionChanged?4()
3967 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryUrlEditButton_toggled?4(checked) 3968 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryUrlEditButton_toggled?4(checked)
3968 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget?1(parent=None, external=False) 3969 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget?1(pluginManager, parent=None)
3969 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWindow?1(parent=None) 3970 eric6.PluginManager.PluginRepositoryDialog.PluginRepositoryWindow?1(parent=None)
3970 eric6.PluginManager.PluginUninstallDialog.PluginUninstallDialog?1(pluginManager, parent=None) 3971 eric6.PluginManager.PluginUninstallDialog.PluginUninstallDialog?1(pluginManager, parent=None)
3971 eric6.PluginManager.PluginUninstallDialog.PluginUninstallWidget.accepted?7 3972 eric6.PluginManager.PluginUninstallDialog.PluginUninstallWidget.accepted?7
3972 eric6.PluginManager.PluginUninstallDialog.PluginUninstallWidget.on_buttonBox_accepted?4() 3973 eric6.PluginManager.PluginUninstallDialog.PluginUninstallWidget.on_buttonBox_accepted?4()
3973 eric6.PluginManager.PluginUninstallDialog.PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged?4(index) 3974 eric6.PluginManager.PluginUninstallDialog.PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged?4(index)
5045 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorRequest.TranslatorRequest.post?4(requestUrl, requestData, dataType="form", extraHeaders=None) 5046 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorRequest.TranslatorRequest.post?4(requestUrl, requestData, dataType="form", extraHeaders=None)
5046 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorRequest.TranslatorRequest?1(parent=None) 5047 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorRequest.TranslatorRequest?1(parent=None)
5047 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_clearButton_clicked?4() 5048 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_clearButton_clicked?4()
5048 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_origEdit_textChanged?4() 5049 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_origEdit_textChanged?4()
5049 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_origLanguageComboBox_currentIndexChanged?4(index) 5050 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_origLanguageComboBox_currentIndexChanged?4(index)
5051 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_preferencesButton_clicked?4()
5050 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_pronounceOrigButton_clicked?4() 5052 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_pronounceOrigButton_clicked?4()
5051 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_pronounceTransButton_clicked?4() 5053 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_pronounceTransButton_clicked?4()
5052 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_swapButton_clicked?4() 5054 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_swapButton_clicked?4()
5053 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_transEdit_textChanged?4() 5055 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_transEdit_textChanged?4()
5054 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_transLanguageComboBox_currentIndexChanged?4(index) 5056 eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.TranslatorWidget.on_transLanguageComboBox_currentIndexChanged?4(index)
7917 eric6.Project.Project.Project.getVcs?4() 7919 eric6.Project.Project.Project.getVcs?4()
7918 eric6.Project.Project.Project.handleApplicationDiagram?4() 7920 eric6.Project.Project.Project.handleApplicationDiagram?4()
7919 eric6.Project.Project.Project.handlePreferencesChanged?4() 7921 eric6.Project.Project.Project.handlePreferencesChanged?4()
7920 eric6.Project.Project.Project.hasDefaultIdlCompilerParameters?4() 7922 eric6.Project.Project.Project.hasDefaultIdlCompilerParameters?4()
7921 eric6.Project.Project.Project.hasDefaultMakeParameters?4() 7923 eric6.Project.Project.Project.hasDefaultMakeParameters?4()
7924 eric6.Project.Project.Project.hasDefaultUicCompilerParameters?4()
7922 eric6.Project.Project.Project.hasEntry?4(fn) 7925 eric6.Project.Project.Project.hasEntry?4(fn)
7923 eric6.Project.Project.Project.hasProjectType?4(type_, progLanguage="") 7926 eric6.Project.Project.Project.hasProjectType?4(type_, progLanguage="")
7924 eric6.Project.Project.Project.initActions?4() 7927 eric6.Project.Project.Project.initActions?4()
7925 eric6.Project.Project.Project.initFileTypes?4() 7928 eric6.Project.Project.Project.initFileTypes?4()
7926 eric6.Project.Project.Project.initMenu?4() 7929 eric6.Project.Project.Project.initMenu?4()
7990 eric6.Project.Project.Project.saveAllScripts?4(reportSyntaxErrors=False) 7993 eric6.Project.Project.Project.saveAllScripts?4(reportSyntaxErrors=False)
7991 eric6.Project.Project.Project.saveProject?4() 7994 eric6.Project.Project.Project.saveProject?4()
7992 eric6.Project.Project.Project.saveProjectAs?4() 7995 eric6.Project.Project.Project.saveProjectAs?4()
7993 eric6.Project.Project.Project.setData?4(category, key, data) 7996 eric6.Project.Project.Project.setData?4(category, key, data)
7994 eric6.Project.Project.Project.setDbgInfo?4(venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None) 7997 eric6.Project.Project.Project.setDbgInfo?4(venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None)
7995 eric6.Project.Project.Project.setDirty?4(b) 7998 eric6.Project.Project.Project.setDirty?4(dirty)
7996 eric6.Project.Project.Project.setStatusMonitorAutoUpdate?4(auto) 7999 eric6.Project.Project.Project.setStatusMonitorAutoUpdate?4(auto)
7997 eric6.Project.Project.Project.setStatusMonitorInterval?4(interval) 8000 eric6.Project.Project.Project.setStatusMonitorInterval?4(interval)
7998 eric6.Project.Project.Project.setTranslationPattern?4(pattern) 8001 eric6.Project.Project.Project.setTranslationPattern?4(pattern)
7999 eric6.Project.Project.Project.showMenu?7 8002 eric6.Project.Project.Project.showMenu?7
8000 eric6.Project.Project.Project.sourceFile?7 8003 eric6.Project.Project.Project.sourceFile?7
8121 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser._createPopupMenus?5() 8124 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser._createPopupMenus?5()
8122 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser._initHookMethods?5() 8125 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser._initHookMethods?5()
8123 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser._openItem?5() 8126 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser._openItem?5()
8124 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.appendStderr?7 8127 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.appendStderr?7
8125 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.compileChangedForms?4() 8128 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.compileChangedForms?4()
8129 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.getUiCompiler?4()
8126 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.handlePreferencesChanged?4() 8130 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.handlePreferencesChanged?4()
8127 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.menusAboutToBeCreated?7 8131 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.menusAboutToBeCreated?7
8128 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.showMenu?7 8132 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.showMenu?7
8129 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.uipreview?7 8133 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser.uipreview?7
8130 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser?1(project, parent=None) 8134 eric6.Project.ProjectFormsBrowser.ProjectFormsBrowser?1(project, parent=None)
8212 eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_transBinPathPicker_pathSelected?4(path) 8216 eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_transBinPathPicker_pathSelected?4(path)
8213 eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_transPatternPicker_pathSelected?4(path) 8217 eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_transPatternPicker_pathSelected?4(path)
8214 eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_transPatternPicker_textChanged?4(txt) 8218 eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_transPatternPicker_textChanged?4(txt)
8215 eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.storeData?4() 8219 eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.storeData?4()
8216 eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog?1(project, new, parent) 8220 eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog?1(project, new, parent)
8221 eric6.Project.UicCompilerOptionsDialog.UicCompilerOptionsDialog.getData?4()
8222 eric6.Project.UicCompilerOptionsDialog.UicCompilerOptionsDialog?1(compilerOptions, compiler, parent=None)
8217 eric6.Project.UicLoadUi.className?4(formFile, projectPath) 8223 eric6.Project.UicLoadUi.className?4(formFile, projectPath)
8218 eric6.Project.UicLoadUi.objectName?4(formFile, projectPath) 8224 eric6.Project.UicLoadUi.objectName?4(formFile, projectPath)
8219 eric6.Project.UicLoadUi.signatures?4(formFile, projectPath) 8225 eric6.Project.UicLoadUi.signatures?4(formFile, projectPath)
8220 eric6.Project.UserPropertiesDialog.UserPropertiesDialog.storeData?4() 8226 eric6.Project.UserPropertiesDialog.UserPropertiesDialog.storeData?4()
8221 eric6.Project.UserPropertiesDialog.UserPropertiesDialog?1(project, parent=None, name=None) 8227 eric6.Project.UserPropertiesDialog.UserPropertiesDialog?1(project, parent=None, name=None)
9182 eric6.QScintilla.Shell.Shell.clear?4() 9188 eric6.QScintilla.Shell.Shell.clear?4()
9183 eric6.QScintilla.Shell.Shell.clearAllHistories?4() 9189 eric6.QScintilla.Shell.Shell.clearAllHistories?4()
9184 eric6.QScintilla.Shell.Shell.clearHistory?4() 9190 eric6.QScintilla.Shell.Shell.clearHistory?4()
9185 eric6.QScintilla.Shell.Shell.closeShell?4() 9191 eric6.QScintilla.Shell.Shell.closeShell?4()
9186 eric6.QScintilla.Shell.Shell.contextMenuEvent?4(ev) 9192 eric6.QScintilla.Shell.Shell.contextMenuEvent?4(ev)
9193 eric6.QScintilla.Shell.Shell.doClearRestart?4()
9194 eric6.QScintilla.Shell.Shell.doRestart?4()
9187 eric6.QScintilla.Shell.Shell.dragEnterEvent?4(event) 9195 eric6.QScintilla.Shell.Shell.dragEnterEvent?4(event)
9188 eric6.QScintilla.Shell.Shell.dragLeaveEvent?4(event) 9196 eric6.QScintilla.Shell.Shell.dragLeaveEvent?4(event)
9189 eric6.QScintilla.Shell.Shell.dragMoveEvent?4(event) 9197 eric6.QScintilla.Shell.Shell.dragMoveEvent?4(event)
9190 eric6.QScintilla.Shell.Shell.dropEvent?4(event) 9198 eric6.QScintilla.Shell.Shell.dropEvent?4(event)
9191 eric6.QScintilla.Shell.Shell.editorCommand?4(cmd) 9199 eric6.QScintilla.Shell.Shell.editorCommand?4(cmd)
9208 eric6.QScintilla.Shell.Shell.mousePressEvent?4(event) 9216 eric6.QScintilla.Shell.Shell.mousePressEvent?4(event)
9209 eric6.QScintilla.Shell.Shell.paste?4() 9217 eric6.QScintilla.Shell.Shell.paste?4()
9210 eric6.QScintilla.Shell.Shell.queueText?7 9218 eric6.QScintilla.Shell.Shell.queueText?7
9211 eric6.QScintilla.Shell.Shell.reloadHistory?4() 9219 eric6.QScintilla.Shell.Shell.reloadHistory?4()
9212 eric6.QScintilla.Shell.Shell.saveHistory?4(clientType) 9220 eric6.QScintilla.Shell.Shell.saveHistory?4(clientType)
9213 eric6.QScintilla.Shell.Shell.searchNext?4(txt, caseSensitive, wholeWord) 9221 eric6.QScintilla.Shell.Shell.searchNext?4(txt, caseSensitive, wholeWord, regexp)
9214 eric6.QScintilla.Shell.Shell.searchPrev?4(txt, caseSensitive, wholeWord) 9222 eric6.QScintilla.Shell.Shell.searchPrev?4(txt, caseSensitive, wholeWord, regexp)
9215 eric6.QScintilla.Shell.Shell.searchStringFound?7 9223 eric6.QScintilla.Shell.Shell.searchStringFound?7
9216 eric6.QScintilla.Shell.Shell.selectHistory?4() 9224 eric6.QScintilla.Shell.Shell.selectHistory?4()
9217 eric6.QScintilla.Shell.Shell.setDebuggerUI?4(ui) 9225 eric6.QScintilla.Shell.Shell.setDebuggerUI?4(ui)
9218 eric6.QScintilla.Shell.Shell.showHistory?4() 9226 eric6.QScintilla.Shell.Shell.showHistory?4()
9227 eric6.QScintilla.Shell.Shell.virtualEnvironmentChanged?7
9219 eric6.QScintilla.Shell.Shell.wheelEvent?4(evt) 9228 eric6.QScintilla.Shell.Shell.wheelEvent?4(evt)
9220 eric6.QScintilla.Shell.Shell?1(dbs, vm, windowedVariant, parent=None) 9229 eric6.QScintilla.Shell.Shell?1(dbs, vm, project, windowedVariant, parent=None)
9221 eric6.QScintilla.Shell.ShellAssembly.shell?4() 9230 eric6.QScintilla.Shell.ShellAssembly.shell?4()
9222 eric6.QScintilla.Shell.ShellAssembly.showFind?4(txt="") 9231 eric6.QScintilla.Shell.ShellAssembly.showFind?4(txt="")
9223 eric6.QScintilla.Shell.ShellAssembly?1(dbs, vm, horizontal=True, parent=None) 9232 eric6.QScintilla.Shell.ShellAssembly?1(dbs, vm, project, horizontal=True, parent=None)
9224 eric6.QScintilla.Shell.ShellHistoryStyle.Disabled?7 9233 eric6.QScintilla.Shell.ShellHistoryStyle.Disabled?7
9225 eric6.QScintilla.Shell.ShellHistoryStyle.LinuxStyle?7 9234 eric6.QScintilla.Shell.ShellHistoryStyle.LinuxStyle?7
9226 eric6.QScintilla.Shell.ShellHistoryStyle.WindowsStyle?7 9235 eric6.QScintilla.Shell.ShellHistoryStyle.WindowsStyle?7
9227 eric6.QScintilla.ShellHistoryDialog.ShellHistoryDialog.getHistory?4() 9236 eric6.QScintilla.ShellHistoryDialog.ShellHistoryDialog.getHistory?4()
9228 eric6.QScintilla.ShellHistoryDialog.ShellHistoryDialog.on_copyButton_clicked?4() 9237 eric6.QScintilla.ShellHistoryDialog.ShellHistoryDialog.on_copyButton_clicked?4()
9235 eric6.QScintilla.ShellWindow.ShellWindow.activeWindow?4() 9244 eric6.QScintilla.ShellWindow.ShellWindow.activeWindow?4()
9236 eric6.QScintilla.ShellWindow.ShellWindow.closeEvent?4(event) 9245 eric6.QScintilla.ShellWindow.ShellWindow.closeEvent?4(event)
9237 eric6.QScintilla.ShellWindow.ShellWindow.getAPIsManager?4() 9246 eric6.QScintilla.ShellWindow.ShellWindow.getAPIsManager?4()
9238 eric6.QScintilla.ShellWindow.ShellWindow.quit?4() 9247 eric6.QScintilla.ShellWindow.ShellWindow.quit?4()
9239 eric6.QScintilla.ShellWindow.ShellWindow.showFind?4(txt="") 9248 eric6.QScintilla.ShellWindow.ShellWindow.showFind?4(txt="")
9240 eric6.QScintilla.ShellWindow.ShellWindow?1(parent=None, name=None) 9249 eric6.QScintilla.ShellWindow.ShellWindow?1(originalPathString, parent=None, name=None)
9241 eric6.QScintilla.SortOptionsDialog.SortOptionsDialog.getData?4() 9250 eric6.QScintilla.SortOptionsDialog.SortOptionsDialog.getData?4()
9242 eric6.QScintilla.SortOptionsDialog.SortOptionsDialog?1(parent=None) 9251 eric6.QScintilla.SortOptionsDialog.SortOptionsDialog?1(parent=None)
9243 eric6.QScintilla.SpellChecker.SpellChecker._getDict?5(lang, pwl="", pel="") 9252 eric6.QScintilla.SpellChecker.SpellChecker._getDict?5(lang, pwl="", pel="")
9244 eric6.QScintilla.SpellChecker.SpellChecker._spelling_dict?8 9253 eric6.QScintilla.SpellChecker.SpellChecker._spelling_dict?8
9245 eric6.QScintilla.SpellChecker.SpellChecker._spelling_lang?8 9254 eric6.QScintilla.SpellChecker.SpellChecker._spelling_lang?8
9823 eric6.UI.LogView.LogViewer?1(ui, parent=None) 9832 eric6.UI.LogView.LogViewer?1(ui, parent=None)
9824 eric6.UI.LogView.LogViewerEdit.appendToStderr?4(txt) 9833 eric6.UI.LogView.LogViewerEdit.appendToStderr?4(txt)
9825 eric6.UI.LogView.LogViewerEdit.appendToStdout?4(txt) 9834 eric6.UI.LogView.LogViewerEdit.appendToStdout?4(txt)
9826 eric6.UI.LogView.LogViewerEdit.keyPressEvent?4(evt) 9835 eric6.UI.LogView.LogViewerEdit.keyPressEvent?4(evt)
9827 eric6.UI.LogView.LogViewerEdit.preferencesChanged?4() 9836 eric6.UI.LogView.LogViewerEdit.preferencesChanged?4()
9828 eric6.UI.LogView.LogViewerEdit.searchNext?4(txt, caseSensitive, wholeWord) 9837 eric6.UI.LogView.LogViewerEdit.searchNext?4(txt, caseSensitive, wholeWord, regexp)
9829 eric6.UI.LogView.LogViewerEdit.searchPrev?4(txt, caseSensitive, wholeWord) 9838 eric6.UI.LogView.LogViewerEdit.searchPrev?4(txt, caseSensitive, wholeWord, regexp)
9830 eric6.UI.LogView.LogViewerEdit.searchStringFound?7 9839 eric6.UI.LogView.LogViewerEdit.searchStringFound?7
9831 eric6.UI.LogView.LogViewerEdit?1(parent=None) 9840 eric6.UI.LogView.LogViewerEdit?1(parent=None)
9832 eric6.UI.NotificationWidget.NotificationWidget.mouseMoveEvent?4(evt) 9841 eric6.UI.NotificationWidget.NotificationWidget.mouseMoveEvent?4(evt)
9833 eric6.UI.NotificationWidget.NotificationWidget.mousePressEvent?4(evt) 9842 eric6.UI.NotificationWidget.NotificationWidget.mousePressEvent?4(evt)
9834 eric6.UI.NotificationWidget.NotificationWidget.mouseReleaseEvent?4(evt) 9843 eric6.UI.NotificationWidget.NotificationWidget.mouseReleaseEvent?4(evt)
9901 eric6.UI.SearchWidget.SearchWidget.on_findtextCombo_editTextChanged?4(txt) 9910 eric6.UI.SearchWidget.SearchWidget.on_findtextCombo_editTextChanged?4(txt)
9902 eric6.UI.SearchWidget.SearchWidget.searchNext?7 9911 eric6.UI.SearchWidget.SearchWidget.searchNext?7
9903 eric6.UI.SearchWidget.SearchWidget.searchPrevious?7 9912 eric6.UI.SearchWidget.SearchWidget.searchPrevious?7
9904 eric6.UI.SearchWidget.SearchWidget.searchStringFound?4(found) 9913 eric6.UI.SearchWidget.SearchWidget.searchStringFound?4(found)
9905 eric6.UI.SearchWidget.SearchWidget.showFind?4(txt="") 9914 eric6.UI.SearchWidget.SearchWidget.showFind?4(txt="")
9906 eric6.UI.SearchWidget.SearchWidget?1(mainWindow, parent=None, spacer=True, showLine=False) 9915 eric6.UI.SearchWidget.SearchWidget?1(mainWindow, parent=None, spacer=True, showLine=False, hideRegExp=False)
9907 eric6.UI.SplashScreen.NoneSplashScreen.clearMessage?4() 9916 eric6.UI.SplashScreen.NoneSplashScreen.clearMessage?4()
9908 eric6.UI.SplashScreen.NoneSplashScreen.finish?4(widget) 9917 eric6.UI.SplashScreen.NoneSplashScreen.finish?4(widget)
9909 eric6.UI.SplashScreen.NoneSplashScreen.showMessage?4(msg) 9918 eric6.UI.SplashScreen.NoneSplashScreen.showMessage?4(msg)
9910 eric6.UI.SplashScreen.NoneSplashScreen?1() 9919 eric6.UI.SplashScreen.NoneSplashScreen?1()
9911 eric6.UI.SplashScreen.SplashScreen.clearMessage?4() 9920 eric6.UI.SplashScreen.SplashScreen.clearMessage?4()
9961 eric6.UI.UserInterface.UserInterface.getLayoutType?4() 9970 eric6.UI.UserInterface.UserInterface.getLayoutType?4()
9962 eric6.UI.UserInterface.UserInterface.getLocale?4() 9971 eric6.UI.UserInterface.UserInterface.getLocale?4()
9963 eric6.UI.UserInterface.UserInterface.getMenu?4(name) 9972 eric6.UI.UserInterface.UserInterface.getMenu?4(name)
9964 eric6.UI.UserInterface.UserInterface.getMenuAction?4(menuName, actionName) 9973 eric6.UI.UserInterface.UserInterface.getMenuAction?4(menuName, actionName)
9965 eric6.UI.UserInterface.UserInterface.getMenuBarAction?4(menuName) 9974 eric6.UI.UserInterface.UserInterface.getMenuBarAction?4(menuName)
9975 eric6.UI.UserInterface.UserInterface.getOriginalPathString?4()
9966 eric6.UI.UserInterface.UserInterface.getToolBarIconSize?4() 9976 eric6.UI.UserInterface.UserInterface.getToolBarIconSize?4()
9967 eric6.UI.UserInterface.UserInterface.getToolbar?4(name) 9977 eric6.UI.UserInterface.UserInterface.getToolbar?4(name)
9968 eric6.UI.UserInterface.UserInterface.getViewProfile?4() 9978 eric6.UI.UserInterface.UserInterface.getViewProfile?4()
9969 eric6.UI.UserInterface.UserInterface.handleUrl?4(url) 9979 eric6.UI.UserInterface.UserInterface.handleUrl?4(url)
9970 eric6.UI.UserInterface.UserInterface.isOnline?4() 9980 eric6.UI.UserInterface.UserInterface.isOnline?4()
9994 eric6.UI.UserInterface.UserInterface.showPluginsAvailable?4() 10004 eric6.UI.UserInterface.UserInterface.showPluginsAvailable?4()
9995 eric6.UI.UserInterface.UserInterface.showPreferences?4(pageName=None) 10005 eric6.UI.UserInterface.UserInterface.showPreferences?4(pageName=None)
9996 eric6.UI.UserInterface.UserInterface.showReplaceFilesDialog?4(txt="", searchDir="", openFiles=False) 10006 eric6.UI.UserInterface.UserInterface.showReplaceFilesDialog?4(txt="", searchDir="", openFiles=False)
9997 eric6.UI.UserInterface.UserInterface.unregisterToolbar?4(name) 10007 eric6.UI.UserInterface.UserInterface.unregisterToolbar?4(name)
9998 eric6.UI.UserInterface.UserInterface.versionIsNewer?4(required, snapshot=None) 10008 eric6.UI.UserInterface.UserInterface.versionIsNewer?4(required, snapshot=None)
9999 eric6.UI.UserInterface.UserInterface?1(app, locale, splash, plugin, disabledPlugins, noOpenAtStartup, noCrashOpenAtStartup, disableCrashSession, restartArguments) 10009 eric6.UI.UserInterface.UserInterface?1(app, locale, splash, plugin, disabledPlugins, noOpenAtStartup, noCrashOpenAtStartup, disableCrashSession, restartArguments, originalPathString)
10000 eric6.Utilities.AutoSaver.AutoSaver.AUTOSAVE_IN?7 10010 eric6.Utilities.AutoSaver.AutoSaver.AUTOSAVE_IN?7
10001 eric6.Utilities.AutoSaver.AutoSaver.MAXWAIT?7 10011 eric6.Utilities.AutoSaver.AutoSaver.MAXWAIT?7
10002 eric6.Utilities.AutoSaver.AutoSaver.changeOccurred?4() 10012 eric6.Utilities.AutoSaver.AutoSaver.changeOccurred?4()
10003 eric6.Utilities.AutoSaver.AutoSaver.saveIfNeccessary?4() 10013 eric6.Utilities.AutoSaver.AutoSaver.saveIfNeccessary?4()
10004 eric6.Utilities.AutoSaver.AutoSaver.timerEvent?4(evt) 10014 eric6.Utilities.AutoSaver.AutoSaver.timerEvent?4(evt)
10647 eric6.ViewManager.ViewManager.ViewManager.unhighlight?4(current=False) 10657 eric6.ViewManager.ViewManager.ViewManager.unhighlight?4(current=False)
10648 eric6.ViewManager.ViewManager.ViewManager.zoomValueChanged?4(value, zoomingWidget) 10658 eric6.ViewManager.ViewManager.ViewManager.zoomValueChanged?4(value, zoomingWidget)
10649 eric6.ViewManager.ViewManager.ViewManager?1() 10659 eric6.ViewManager.ViewManager.ViewManager?1()
10650 eric6.ViewManager.factory?4(parent, ui, dbs, pluginManager) 10660 eric6.ViewManager.factory?4(parent, ui, dbs, pluginManager)
10651 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.getData?4() 10661 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.getData?4()
10662 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_anacondaCheckBox_clicked?4(checked)
10652 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_globalCheckBox_toggled?4(checked) 10663 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_globalCheckBox_toggled?4(checked)
10653 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_nameEdit_textChanged?4(txt) 10664 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_nameEdit_textChanged?4(txt)
10654 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_pythonExecPicker_textChanged?4(txt) 10665 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_pythonExecPicker_textChanged?4(txt)
10655 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged?4(txt) 10666 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged?4(txt)
10656 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog?1(manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, parent=None) 10667 eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog?1(manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, execPath="", parent=None)
10657 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.getData?4() 10668 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.getData?4()
10658 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged?4(txt) 10669 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged?4(txt)
10659 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_pyvenvButton_toggled?4(checked) 10670 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_pyvenvButton_toggled?4(checked)
10660 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged?4(txt) 10671 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged?4(txt)
10661 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_virtualenvButton_toggled?4(checked) 10672 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_virtualenvButton_toggled?4(checked)
10665 eric6.VirtualEnv.VirtualenvExecDialog.VirtualenvExecDialog?1(pyvenv, targetDir, venvName, openTarget, createLog, createScript, interpreter, venvManager, parent=None) 10676 eric6.VirtualEnv.VirtualenvExecDialog.VirtualenvExecDialog?1(pyvenv, targetDir, venvName, openTarget, createLog, createScript, interpreter, venvManager, parent=None)
10666 eric6.VirtualEnv.VirtualenvInterpreterSelectionDialog.VirtualenvInterpreterSelectionDialog.getData?4() 10677 eric6.VirtualEnv.VirtualenvInterpreterSelectionDialog.VirtualenvInterpreterSelectionDialog.getData?4()
10667 eric6.VirtualEnv.VirtualenvInterpreterSelectionDialog.VirtualenvInterpreterSelectionDialog.on_pythonExecPicker_textChanged?4(txt) 10678 eric6.VirtualEnv.VirtualenvInterpreterSelectionDialog.VirtualenvInterpreterSelectionDialog.on_pythonExecPicker_textChanged?4(txt)
10668 eric6.VirtualEnv.VirtualenvInterpreterSelectionDialog.VirtualenvInterpreterSelectionDialog?1(venvName, venvDirectory, parent=None) 10679 eric6.VirtualEnv.VirtualenvInterpreterSelectionDialog.VirtualenvInterpreterSelectionDialog?1(venvName, venvDirectory, parent=None)
10669 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.DefaultKey?7 10680 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.DefaultKey?7
10670 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.addVirtualEnv?4(venvName, venvDirectory, venvInterpreter="", venvVariant=3, isGlobal=False) 10681 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.addVirtualEnv?4(venvName, venvDirectory, venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, execPath="")
10671 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.createVirtualEnv?4() 10682 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.createVirtualEnv?4()
10672 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.deleteVirtualEnvs?4(venvNames) 10683 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.deleteVirtualEnvs?4(venvNames)
10673 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getDefaultEnvironment?4() 10684 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getDefaultEnvironment?4()
10674 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getEnvironmentEntries?4() 10685 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getEnvironmentEntries?4()
10675 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvDirectory?4(venvName) 10686 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvDirectory?4(venvName)
10687 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvExecPath?4(venvName)
10676 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvInterpreter?4(venvName) 10688 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvInterpreter?4(venvName)
10677 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvNames?4() 10689 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvNames?4()
10678 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvNamesForVariant?4(variant) 10690 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvNamesForVariant?4(variant)
10691 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isCondaEnvironment?4(venvName)
10679 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isGlobalEnvironment?4(venvName) 10692 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isGlobalEnvironment?4(venvName)
10680 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isUnique?4(venvName) 10693 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isUnique?4(venvName)
10681 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.removeVirtualEnvs?4(venvNames) 10694 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.removeVirtualEnvs?4(venvNames)
10682 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.renameVirtualEnv?4(oldVenvName, venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal) 10695 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.renameVirtualEnv?4(oldVenvName, venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal, isConda, execPath)
10683 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.setVirtualEnv?4(venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal) 10696 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.setVirtualEnv?4(venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal, isConda, execPath)
10684 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.showVirtualenvManagerDialog?4(modal=False) 10697 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.showVirtualenvManagerDialog?4(modal=False)
10685 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.shutdown?4() 10698 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.shutdown?4()
10686 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager?1(parent=None) 10699 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager?1(parent=None)
10700 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.ExecPathRole?7
10701 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.IsCondaRole?7
10687 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.IsGlobalRole?7 10702 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.IsGlobalRole?7
10688 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.PythonVariantRole?7 10703 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.PythonVariantRole?7
10689 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.on_addButton_clicked?4() 10704 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.on_addButton_clicked?4()
10690 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.on_deleteAllButton_clicked?4() 10705 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.on_deleteAllButton_clicked?4()
10691 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.on_deleteButton_clicked?4() 10706 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.on_deleteButton_clicked?4()
12586 eric6.WebBrowser.ZoomManager.ZoomValuesModel.ZoomValuesModel?1(manager, parent=None) 12601 eric6.WebBrowser.ZoomManager.ZoomValuesModel.ZoomValuesModel?1(manager, parent=None)
12587 eric6.cleanupSource.cleanupSource?4(dirName) 12602 eric6.cleanupSource.cleanupSource?4(dirName)
12588 eric6.cleanupSource.main?4(argv) 12603 eric6.cleanupSource.main?4(argv)
12589 eric6.compileUiFiles.compileUiFiles?4() 12604 eric6.compileUiFiles.compileUiFiles?4()
12590 eric6.compileUiFiles.main?4(argv) 12605 eric6.compileUiFiles.main?4(argv)
12606 eric6.create_windows_links.PythonMarkers?7
12607 eric6.create_windows_links.createWindowsShortcut?4(linkPath, targetPath, iconPath)
12608 eric6.create_windows_links.getWinregEntry?4(name, path)
12609 eric6.create_windows_links.includePythonVariant?7
12610 eric6.create_windows_links.main?4(argv)
12611 eric6.create_windows_links.windowsDesktopEntries?4()
12612 eric6.create_windows_links.windowsDesktopNames?4()
12613 eric6.create_windows_links.windowsProgramsEntry?4()
12591 eric6.eric6.args?7 12614 eric6.eric6.args?7
12592 eric6.eric6.excepthook?4(excType, excValue, tracebackobj) 12615 eric6.eric6.excepthook?4(excType, excValue, tracebackobj)
12593 eric6.eric6.handleSingleApplication?4(ddindex) 12616 eric6.eric6.handleSingleApplication?4(ddindex)
12594 eric6.eric6.inMainLoop?7 12617 eric6.eric6.inMainLoop?7
12595 eric6.eric6.main?4() 12618 eric6.eric6.main?4()
12596 eric6.eric6.mainWindow?7 12619 eric6.eric6.mainWindow?7
12620 eric6.eric6.originalPathString?7
12597 eric6.eric6.restartArgs?7 12621 eric6.eric6.restartArgs?7
12598 eric6.eric6.restartArgsList?7 12622 eric6.eric6.restartArgsList?7
12599 eric6.eric6.splash?7 12623 eric6.eric6.splash?7
12600 eric6.eric6.uiStartUp?4() 12624 eric6.eric6.uiStartUp?4()
12601 eric6.eric6_api.main?4() 12625 eric6.eric6_api.main?4()
12632 eric6.eric6_qregularexpression.main?4() 12656 eric6.eric6_qregularexpression.main?4()
12633 eric6.eric6_re.createMainWidget?4(argv) 12657 eric6.eric6_re.createMainWidget?4(argv)
12634 eric6.eric6_re.main?4() 12658 eric6.eric6_re.main?4()
12635 eric6.eric6_shell.createMainWidget?4(argv) 12659 eric6.eric6_shell.createMainWidget?4(argv)
12636 eric6.eric6_shell.main?4() 12660 eric6.eric6_shell.main?4()
12661 eric6.eric6_shell.originalPathString?7
12637 eric6.eric6_snap.createMainWidget?4(argv) 12662 eric6.eric6_snap.createMainWidget?4(argv)
12638 eric6.eric6_snap.main?4() 12663 eric6.eric6_snap.main?4()
12639 eric6.eric6_sqlbrowser.createMainWidget?4(argv) 12664 eric6.eric6_sqlbrowser.createMainWidget?4(argv)
12640 eric6.eric6_sqlbrowser.main?4() 12665 eric6.eric6_sqlbrowser.main?4()
12641 eric6.eric6_tray.PyQt4Option?7 12666 eric6.eric6_tray.PyQt4Option?7

eric ide

mercurial