APIs/Python3/eric6.api

changeset 5173
632257ad7337
parent 5165
37691caeec1a
child 5191
b7471cf89b07
diff -r f35c7e0db572 -r 632257ad7337 APIs/Python3/eric6.api
--- a/APIs/Python3/eric6.api	Fri Sep 16 19:31:38 2016 +0200
+++ b/APIs/Python3/eric6.api	Fri Sep 16 19:34:58 2016 +0200
@@ -184,6 +184,7 @@
 eric6.DebugClients.Python2.DebugBase.setRecursionLimit?4(limit)
 eric6.DebugClients.Python2.DebugClient.DebugClient.debugClient?7
 eric6.DebugClients.Python2.DebugClient.DebugClient?1()
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.Indicators?7
 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.absPath?4(fn)
 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.attachThread?4(target=None, args=None, kwargs=None, mainThread=False)
 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.clientCapabilities?7
@@ -250,6 +251,26 @@
 eric6.DebugClients.Python2.DebugThread.DebugThread.trace_dispatch?4(frame, event, arg)
 eric6.DebugClients.Python2.DebugThread.DebugThread?1(dbgClient, targ=None, args=None, kwargs=None, mainThread=False)
 eric6.DebugClients.Python2.DebugUtilities.prepareJsonCommand?4(method, params)
+eric6.DebugClients.Python2.DebugVariables.BaseResolver.getDictionary?4(var)
+eric6.DebugClients.Python2.DebugVariables.BaseResolver.resolve?4(var, attribute)
+eric6.DebugClients.Python2.DebugVariables.DefaultResolver.getDictionary?4(var)
+eric6.DebugClients.Python2.DebugVariables.DefaultResolver.resolve?4(var, attribute)
+eric6.DebugClients.Python2.DebugVariables.DictResolver.getDictionary?4(var)
+eric6.DebugClients.Python2.DebugVariables.DictResolver.resolve?4(var, attribute)
+eric6.DebugClients.Python2.DebugVariables.ListResolver.getDictionary?4(var)
+eric6.DebugClients.Python2.DebugVariables.ListResolver.resolve?4(var, attribute)
+eric6.DebugClients.Python2.DebugVariables.MaxItemsToHandle?7
+eric6.DebugClients.Python2.DebugVariables.SetResolver.getDictionary?4(var)
+eric6.DebugClients.Python2.DebugVariables.SetResolver.resolve?4(var, attribute)
+eric6.DebugClients.Python2.DebugVariables.TooLargeAttribute?7
+eric6.DebugClients.Python2.DebugVariables.TooLargeMessage?7
+eric6.DebugClients.Python2.DebugVariables._TypeMap?8
+eric6.DebugClients.Python2.DebugVariables._initTypeMap?5()
+eric6.DebugClients.Python2.DebugVariables.defaultResolver?7
+eric6.DebugClients.Python2.DebugVariables.dictResolver?7
+eric6.DebugClients.Python2.DebugVariables.getType?4(obj)
+eric6.DebugClients.Python2.DebugVariables.listResolver?7
+eric6.DebugClients.Python2.DebugVariables.setResolver?7
 eric6.DebugClients.Python2.FlexCompleter.Completer._callable_postfix?5(val, word)
 eric6.DebugClients.Python2.FlexCompleter.Completer.attr_matches?4(text)
 eric6.DebugClients.Python2.FlexCompleter.Completer.complete?4(text, state)
@@ -341,6 +362,7 @@
 eric6.DebugClients.Python3.DebugBase.setRecursionLimit?4(limit)
 eric6.DebugClients.Python3.DebugClient.DebugClient.debugClient?7
 eric6.DebugClients.Python3.DebugClient.DebugClient?1()
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.Indicators?7
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.absPath?4(fn)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.attachThread?4(target=None, args=None, kwargs=None, mainThread=False)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.clientCapabilities?7
@@ -409,6 +431,26 @@
 eric6.DebugClients.Python3.DebugUtilities.formatargvalues?4(args, varargs, varkw, locals, formatarg=str, formatvarargs=lambda name: '*' + name, formatvarkw=lambda name: '**' + name, formatvalue=lambda value: '=' + repr(value))
 eric6.DebugClients.Python3.DebugUtilities.getargvalues?4(frame)
 eric6.DebugClients.Python3.DebugUtilities.prepareJsonCommand?4(method, params)
+eric6.DebugClients.Python3.DebugVariables.BaseResolver.getDictionary?4(var)
+eric6.DebugClients.Python3.DebugVariables.BaseResolver.resolve?4(var, attribute)
+eric6.DebugClients.Python3.DebugVariables.DefaultResolver.getDictionary?4(var)
+eric6.DebugClients.Python3.DebugVariables.DefaultResolver.resolve?4(var, attribute)
+eric6.DebugClients.Python3.DebugVariables.DictResolver.getDictionary?4(var)
+eric6.DebugClients.Python3.DebugVariables.DictResolver.resolve?4(var, attribute)
+eric6.DebugClients.Python3.DebugVariables.ListResolver.getDictionary?4(var)
+eric6.DebugClients.Python3.DebugVariables.ListResolver.resolve?4(var, attribute)
+eric6.DebugClients.Python3.DebugVariables.MaxItemsToHandle?7
+eric6.DebugClients.Python3.DebugVariables.SetResolver.getDictionary?4(var)
+eric6.DebugClients.Python3.DebugVariables.SetResolver.resolve?4(var, attribute)
+eric6.DebugClients.Python3.DebugVariables.TooLargeAttribute?7
+eric6.DebugClients.Python3.DebugVariables.TooLargeMessage?7
+eric6.DebugClients.Python3.DebugVariables._TypeMap?8
+eric6.DebugClients.Python3.DebugVariables._initTypeMap?5()
+eric6.DebugClients.Python3.DebugVariables.defaultResolver?7
+eric6.DebugClients.Python3.DebugVariables.dictResolver?7
+eric6.DebugClients.Python3.DebugVariables.getType?4(obj)
+eric6.DebugClients.Python3.DebugVariables.listResolver?7
+eric6.DebugClients.Python3.DebugVariables.setResolver?7
 eric6.DebugClients.Python3.FlexCompleter.Completer._callable_postfix?5(val, word)
 eric6.DebugClients.Python3.FlexCompleter.Completer.attr_matches?4(text)
 eric6.DebugClients.Python3.FlexCompleter.Completer.complete?4(text, state)
@@ -478,6 +520,8 @@
 eric6.Debugger.CallTraceViewer.CallTraceViewer.setProjectMode?4(enabled)
 eric6.Debugger.CallTraceViewer.CallTraceViewer.sourceFile?7
 eric6.Debugger.CallTraceViewer.CallTraceViewer?1(debugServer, parent=None)
+eric6.Debugger.Config.ConfigVarTypeDispStrings?7
+eric6.Debugger.Config.ConfigVarTypeFilters?7
 eric6.Debugger.DebugClientCapabilities.HasAll?7
 eric6.Debugger.DebugClientCapabilities.HasCompleter?7
 eric6.Debugger.DebugClientCapabilities.HasCoverage?7
@@ -800,11 +844,17 @@
 eric6.Debugger.VariablesViewer.SpecialArrayElementVarItem?1(parent, dvar, dvalue, dtype, frmnr, globalScope)
 eric6.Debugger.VariablesViewer.SpecialVarItem.expand?4()
 eric6.Debugger.VariablesViewer.SpecialVarItem?1(parent, dvar, dvalue, dtype, frmnr, globalScope)
+eric6.Debugger.VariablesViewer.VariableItem.Indicators?7
+eric6.Debugger.VariablesViewer.VariableItem.Type2Indicators?7
+eric6.Debugger.VariablesViewer.VariableItem._buildKey?5()
 eric6.Debugger.VariablesViewer.VariableItem.attachDummy?4()
 eric6.Debugger.VariablesViewer.VariableItem.collapse?4()
 eric6.Debugger.VariablesViewer.VariableItem.data?4(column, role)
 eric6.Debugger.VariablesViewer.VariableItem.deleteChildren?4()
 eric6.Debugger.VariablesViewer.VariableItem.expand?4()
+eric6.Debugger.VariablesViewer.VariableItem.extractId?4(var)
+eric6.Debugger.VariablesViewer.VariableItem.extractIndicators?4(var)
+eric6.Debugger.VariablesViewer.VariableItem.getId?4()
 eric6.Debugger.VariablesViewer.VariableItem.getValue?4()
 eric6.Debugger.VariablesViewer.VariableItem?1(parent, dvar, dvalue, dtype)
 eric6.Debugger.VariablesViewer.VariablesViewer.collapseItem?4(parentItem)

eric ide

mercurial