APIs/Python3/eric6.api

changeset 6352
4bdc6503df81
parent 6349
17b3c75913de
child 6356
db067aab426d
equal deleted inserted replaced
6351:27ce01e44a5f 6352:4bdc6503df81
439 eric6.Debugger.DebugServer.DebugServer.remoteClientSetFilter?4(scope, filterStr) 439 eric6.Debugger.DebugServer.DebugServer.remoteClientSetFilter?4(scope, filterStr)
440 eric6.Debugger.DebugServer.DebugServer.remoteClientVariable?4(scope, filterList, var, framenr=0) 440 eric6.Debugger.DebugServer.DebugServer.remoteClientVariable?4(scope, filterList, var, framenr=0)
441 eric6.Debugger.DebugServer.DebugServer.remoteClientVariables?4(scope, filterList, framenr=0) 441 eric6.Debugger.DebugServer.DebugServer.remoteClientVariables?4(scope, filterList, framenr=0)
442 eric6.Debugger.DebugServer.DebugServer.remoteCompletion?4(text) 442 eric6.Debugger.DebugServer.DebugServer.remoteCompletion?4(text)
443 eric6.Debugger.DebugServer.DebugServer.remoteContinue?4(special=False) 443 eric6.Debugger.DebugServer.DebugServer.remoteContinue?4(special=False)
444 eric6.Debugger.DebugServer.DebugServer.remoteCoverage?4(interpreter, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="") 444 eric6.Debugger.DebugServer.DebugServer.remoteCoverage?4(venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="")
445 eric6.Debugger.DebugServer.DebugServer.remoteEnvironment?4(env) 445 eric6.Debugger.DebugServer.DebugServer.remoteEnvironment?4(env)
446 eric6.Debugger.DebugServer.DebugServer.remoteLoad?4(interpreter, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False) 446 eric6.Debugger.DebugServer.DebugServer.remoteLoad?4(venvName, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False)
447 eric6.Debugger.DebugServer.DebugServer.remoteMoveIP?4(line) 447 eric6.Debugger.DebugServer.DebugServer.remoteMoveIP?4(line)
448 eric6.Debugger.DebugServer.DebugServer.remoteProfile?4(interpreter, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="") 448 eric6.Debugger.DebugServer.DebugServer.remoteProfile?4(venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="")
449 eric6.Debugger.DebugServer.DebugServer.remoteRawInput?4(s) 449 eric6.Debugger.DebugServer.DebugServer.remoteRawInput?4(s)
450 eric6.Debugger.DebugServer.DebugServer.remoteRun?4(interpreter, fn, argv, wd, env, autoClearShell=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="") 450 eric6.Debugger.DebugServer.DebugServer.remoteRun?4(venvName, fn, argv, wd, env, autoClearShell=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="")
451 eric6.Debugger.DebugServer.DebugServer.remoteSetThread?4(tid) 451 eric6.Debugger.DebugServer.DebugServer.remoteSetThread?4(tid)
452 eric6.Debugger.DebugServer.DebugServer.remoteStatement?4(stmt) 452 eric6.Debugger.DebugServer.DebugServer.remoteStatement?4(stmt)
453 eric6.Debugger.DebugServer.DebugServer.remoteStep?4() 453 eric6.Debugger.DebugServer.DebugServer.remoteStep?4()
454 eric6.Debugger.DebugServer.DebugServer.remoteStepOut?4() 454 eric6.Debugger.DebugServer.DebugServer.remoteStepOut?4()
455 eric6.Debugger.DebugServer.DebugServer.remoteStepOver?4() 455 eric6.Debugger.DebugServer.DebugServer.remoteStepOver?4()
479 eric6.Debugger.DebugServer.DebugServer.signalClientThreadList?4(currentId, threadList) 479 eric6.Debugger.DebugServer.DebugServer.signalClientThreadList?4(currentId, threadList)
480 eric6.Debugger.DebugServer.DebugServer.signalClientThreadSet?4() 480 eric6.Debugger.DebugServer.DebugServer.signalClientThreadSet?4()
481 eric6.Debugger.DebugServer.DebugServer.signalClientVariable?4(scope, variables) 481 eric6.Debugger.DebugServer.DebugServer.signalClientVariable?4(scope, variables)
482 eric6.Debugger.DebugServer.DebugServer.signalClientVariables?4(scope, variables) 482 eric6.Debugger.DebugServer.DebugServer.signalClientVariables?4(scope, variables)
483 eric6.Debugger.DebugServer.DebugServer.signalClientWatchConditionError?4(condition) 483 eric6.Debugger.DebugServer.DebugServer.signalClientWatchConditionError?4(condition)
484 eric6.Debugger.DebugServer.DebugServer.startClient?4(unplanned=True, clType=None, forProject=False, runInConsole=False, interpreter="") 484 eric6.Debugger.DebugServer.DebugServer.startClient?4(unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="")
485 eric6.Debugger.DebugServer.DebugServer.unregisterDebuggerInterface?4(interfaceName) 485 eric6.Debugger.DebugServer.DebugServer.unregisterDebuggerInterface?4(interfaceName)
486 eric6.Debugger.DebugServer.DebugServer.utFinished?7 486 eric6.Debugger.DebugServer.DebugServer.utFinished?7
487 eric6.Debugger.DebugServer.DebugServer.utPrepared?7 487 eric6.Debugger.DebugServer.DebugServer.utPrepared?7
488 eric6.Debugger.DebugServer.DebugServer.utStartTest?7 488 eric6.Debugger.DebugServer.DebugServer.utStartTest?7
489 eric6.Debugger.DebugServer.DebugServer.utStopTest?7 489 eric6.Debugger.DebugServer.DebugServer.utStopTest?7
512 eric6.Debugger.DebugUI.DebugUI.setAutoContinue?4(autoContinue) 512 eric6.Debugger.DebugUI.DebugUI.setAutoContinue?4(autoContinue)
513 eric6.Debugger.DebugUI.DebugUI.setEnvHistory?4(envStr, clearHistories=False, history=None) 513 eric6.Debugger.DebugUI.DebugUI.setEnvHistory?4(envStr, clearHistories=False, history=None)
514 eric6.Debugger.DebugUI.DebugUI.setExcIgnoreList?4(excIgnoreList) 514 eric6.Debugger.DebugUI.DebugUI.setExcIgnoreList?4(excIgnoreList)
515 eric6.Debugger.DebugUI.DebugUI.setExcList?4(excList) 515 eric6.Debugger.DebugUI.DebugUI.setExcList?4(excList)
516 eric6.Debugger.DebugUI.DebugUI.setExceptionReporting?4(exceptions) 516 eric6.Debugger.DebugUI.DebugUI.setExceptionReporting?4(exceptions)
517 eric6.Debugger.DebugUI.DebugUI.setInterpreterHistory?4(interpreterStr, clearHistories=False, history=None)
518 eric6.Debugger.DebugUI.DebugUI.setTracePython?4(tracePython) 517 eric6.Debugger.DebugUI.DebugUI.setTracePython?4(tracePython)
519 eric6.Debugger.DebugUI.DebugUI.setWdHistory?4(wdStr, clearHistories=False, history=None) 518 eric6.Debugger.DebugUI.DebugUI.setWdHistory?4(wdStr, clearHistories=False, history=None)
520 eric6.Debugger.DebugUI.DebugUI.shutdown?4() 519 eric6.Debugger.DebugUI.DebugUI.shutdown?4()
521 eric6.Debugger.DebugUI.DebugUI.shutdownServer?4() 520 eric6.Debugger.DebugUI.DebugUI.shutdownServer?4()
522 eric6.Debugger.DebugUI.DebugUI.variablesFilter?4(scope) 521 eric6.Debugger.DebugUI.DebugUI.variablesFilter?4(scope)
580 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpoint?4(cond, setWatch, temp=False) 579 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpoint?4(cond, setWatch, temp=False)
581 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointEnable?4(cond, enable) 580 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointEnable?4(cond, enable)
582 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointIgnore?4(cond, count) 581 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointIgnore?4(cond, count)
583 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.setCallTraceEnabled?4(on) 582 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.setCallTraceEnabled?4(on)
584 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.shutdown?4() 583 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.shutdown?4()
585 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole, interpreter) 584 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole, venvName)
586 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole, interpreter) 585 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole, venvName)
587 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone?1(debugServer, passive) 586 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone?1(debugServer, passive)
588 eric6.Debugger.DebuggerInterfaceNone.createDebuggerInterfaceNone?4(debugServer, passive) 587 eric6.Debugger.DebuggerInterfaceNone.createDebuggerInterfaceNone?4(debugServer, passive)
589 eric6.Debugger.DebuggerInterfaceNone.getRegistryData?4() 588 eric6.Debugger.DebuggerInterfaceNone.getRegistryData?4()
590 eric6.Debugger.DebuggerInterfacePython.ClientDefaultCapabilities?7 589 eric6.Debugger.DebuggerInterfacePython.ClientDefaultCapabilities?7
591 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.flush?4() 590 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.flush?4()
622 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpoint?4(cond, setWatch, temp=False) 621 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpoint?4(cond, setWatch, temp=False)
623 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointEnable?4(cond, enable) 622 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointEnable?4(cond, enable)
624 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(cond, count) 623 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(cond, count)
625 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.setCallTraceEnabled?4(on) 624 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.setCallTraceEnabled?4(on)
626 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.shutdown?4() 625 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.shutdown?4()
627 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole, interpreter) 626 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole, venvName)
628 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole, interpreter) 627 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole, venvName)
629 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython?1(debugServer, passive, pythonVariant) 628 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython?1(debugServer, passive, pythonVariant)
630 eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython2?4(debugServer, passive) 629 eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython2?4(debugServer, passive)
631 eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython3?4(debugServer, passive) 630 eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython3?4(debugServer, passive)
632 eric6.Debugger.DebuggerInterfacePython.getRegistryData?4() 631 eric6.Debugger.DebuggerInterfacePython.getRegistryData?4()
633 eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.getAddData?4() 632 eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.getAddData?4()
655 eric6.Debugger.StartDialog.StartDialog.getProfilingData?4() 654 eric6.Debugger.StartDialog.StartDialog.getProfilingData?4()
656 eric6.Debugger.StartDialog.StartDialog.getRunData?4() 655 eric6.Debugger.StartDialog.StartDialog.getRunData?4()
657 eric6.Debugger.StartDialog.StartDialog.historiesModified?4() 656 eric6.Debugger.StartDialog.StartDialog.historiesModified?4()
658 eric6.Debugger.StartDialog.StartDialog.on_buttonBox_clicked?4(button) 657 eric6.Debugger.StartDialog.StartDialog.on_buttonBox_clicked?4(button)
659 eric6.Debugger.StartDialog.StartDialog.on_modFuncCombo_editTextChanged?4() 658 eric6.Debugger.StartDialog.StartDialog.on_modFuncCombo_editTextChanged?4()
660 eric6.Debugger.StartDialog.StartDialog?1(caption, interpreterList, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False) 659 eric6.Debugger.StartDialog.StartDialog?1(caption, lastUsedVenvName, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False)
661 eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.getHistory?4() 660 eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.getHistory?4()
662 eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_deleteAllButton_clicked?4() 661 eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_deleteAllButton_clicked?4()
663 eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_deleteButton_clicked?4() 662 eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_deleteButton_clicked?4()
664 eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_editButton_clicked?4() 663 eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_editButton_clicked?4()
665 eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_historyList_itemSelectionChanged?4() 664 eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_historyList_itemSelectionChanged?4()
7920 eric6.Project.Project.Project.repopulateItem?4(fullname) 7919 eric6.Project.Project.Project.repopulateItem?4(fullname)
7921 eric6.Project.Project.Project.saveAllScripts?4(reportSyntaxErrors=False) 7920 eric6.Project.Project.Project.saveAllScripts?4(reportSyntaxErrors=False)
7922 eric6.Project.Project.Project.saveProject?4() 7921 eric6.Project.Project.Project.saveProject?4()
7923 eric6.Project.Project.Project.saveProjectAs?4() 7922 eric6.Project.Project.Project.saveProjectAs?4()
7924 eric6.Project.Project.Project.setData?4(category, key, data) 7923 eric6.Project.Project.Project.setData?4(category, key, data)
7925 eric6.Project.Project.Project.setDbgInfo?4(interpreter, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None) 7924 eric6.Project.Project.Project.setDbgInfo?4(venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None)
7926 eric6.Project.Project.Project.setDirty?4(b) 7925 eric6.Project.Project.Project.setDirty?4(b)
7927 eric6.Project.Project.Project.setStatusMonitorAutoUpdate?4(auto) 7926 eric6.Project.Project.Project.setStatusMonitorAutoUpdate?4(auto)
7928 eric6.Project.Project.Project.setStatusMonitorInterval?4(interval) 7927 eric6.Project.Project.Project.setStatusMonitorInterval?4(interval)
7929 eric6.Project.Project.Project.setTranslationPattern?4(pattern) 7928 eric6.Project.Project.Project.setTranslationPattern?4(pattern)
7930 eric6.Project.Project.Project.showMenu?7 7929 eric6.Project.Project.Project.showMenu?7

eric ide

mercurial