APIs/Python3/eric6.api

changeset 5144
1ab536d25072
parent 5117
1faa0780ae1d
child 5147
d39dd5cee0c8
equal deleted inserted replaced
5141:bc64243b7672 5144:1ab536d25072
116 eric6.DataViews.PyCoverageDialog.PyCoverageDialog.stringify?4() 116 eric6.DataViews.PyCoverageDialog.PyCoverageDialog.stringify?4()
117 eric6.DataViews.PyCoverageDialog.PyCoverageDialog?1(parent=None) 117 eric6.DataViews.PyCoverageDialog.PyCoverageDialog?1(parent=None)
118 eric6.DataViews.PyProfileDialog.PyProfileDialog.on_buttonBox_clicked?4(button) 118 eric6.DataViews.PyProfileDialog.PyProfileDialog.on_buttonBox_clicked?4(button)
119 eric6.DataViews.PyProfileDialog.PyProfileDialog.start?4(pfn, fn=None) 119 eric6.DataViews.PyProfileDialog.PyProfileDialog.start?4(pfn, fn=None)
120 eric6.DataViews.PyProfileDialog.PyProfileDialog?1(parent=None) 120 eric6.DataViews.PyProfileDialog.PyProfileDialog?1(parent=None)
121 eric6.DebugClients.Python.AsyncFile.AsyncFile.close?4(closeit=0) 121 eric6.DebugClients.Python2.AsyncFile.AsyncFile.close?4(closeit=False)
122 eric6.DebugClients.Python.AsyncFile.AsyncFile.fileno?4() 122 eric6.DebugClients.Python2.AsyncFile.AsyncFile.fileno?4()
123 eric6.DebugClients.Python.AsyncFile.AsyncFile.flush?4() 123 eric6.DebugClients.Python2.AsyncFile.AsyncFile.flush?4()
124 eric6.DebugClients.Python.AsyncFile.AsyncFile.isatty?4() 124 eric6.DebugClients.Python2.AsyncFile.AsyncFile.isatty?4()
125 eric6.DebugClients.Python.AsyncFile.AsyncFile.maxbuffersize?7 125 eric6.DebugClients.Python2.AsyncFile.AsyncFile.maxbuffersize?7
126 eric6.DebugClients.Python.AsyncFile.AsyncFile.maxtries?7 126 eric6.DebugClients.Python2.AsyncFile.AsyncFile.maxtries?7
127 eric6.DebugClients.Python.AsyncFile.AsyncFile.pendingWrite?4() 127 eric6.DebugClients.Python2.AsyncFile.AsyncFile.pendingWrite?4()
128 eric6.DebugClients.Python.AsyncFile.AsyncFile.read?4(size=-1) 128 eric6.DebugClients.Python2.AsyncFile.AsyncFile.read?4(size=-1)
129 eric6.DebugClients.Python.AsyncFile.AsyncFile.read_p?4(size=-1) 129 eric6.DebugClients.Python2.AsyncFile.AsyncFile.read_p?4(size=-1)
130 eric6.DebugClients.Python.AsyncFile.AsyncFile.readline?4(sizehint=-1) 130 eric6.DebugClients.Python2.AsyncFile.AsyncFile.readable?4()
131 eric6.DebugClients.Python.AsyncFile.AsyncFile.readline_p?4(size=-1) 131 eric6.DebugClients.Python2.AsyncFile.AsyncFile.readline?4(sizehint=-1)
132 eric6.DebugClients.Python.AsyncFile.AsyncFile.readlines?4(sizehint=-1) 132 eric6.DebugClients.Python2.AsyncFile.AsyncFile.readline_p?4(size=-1)
133 eric6.DebugClients.Python.AsyncFile.AsyncFile.seek?4(offset, whence=0) 133 eric6.DebugClients.Python2.AsyncFile.AsyncFile.readlines?4(sizehint=-1)
134 eric6.DebugClients.Python.AsyncFile.AsyncFile.tell?4() 134 eric6.DebugClients.Python2.AsyncFile.AsyncFile.seek?4(offset, whence=0)
135 eric6.DebugClients.Python.AsyncFile.AsyncFile.truncate?4(size=-1) 135 eric6.DebugClients.Python2.AsyncFile.AsyncFile.seekable?4()
136 eric6.DebugClients.Python.AsyncFile.AsyncFile.write?4(s) 136 eric6.DebugClients.Python2.AsyncFile.AsyncFile.tell?4()
137 eric6.DebugClients.Python.AsyncFile.AsyncFile.writelines?4(list) 137 eric6.DebugClients.Python2.AsyncFile.AsyncFile.truncate?4(size=-1)
138 eric6.DebugClients.Python.AsyncFile.AsyncFile?1(sock, mode, name) 138 eric6.DebugClients.Python2.AsyncFile.AsyncFile.writable?4()
139 eric6.DebugClients.Python.AsyncFile.AsyncPendingWrite?4(file) 139 eric6.DebugClients.Python2.AsyncFile.AsyncFile.write?4(s)
140 eric6.DebugClients.Python.AsyncIO.AsyncIO.disconnect?4() 140 eric6.DebugClients.Python2.AsyncFile.AsyncFile.write_p?4(s)
141 eric6.DebugClients.Python.AsyncIO.AsyncIO.readReady?4(fd) 141 eric6.DebugClients.Python2.AsyncFile.AsyncFile.writelines?4(lines)
142 eric6.DebugClients.Python.AsyncIO.AsyncIO.setDescriptors?4(rfd, wfd) 142 eric6.DebugClients.Python2.AsyncFile.AsyncFile?1(sock, mode, name)
143 eric6.DebugClients.Python.AsyncIO.AsyncIO.write?4(s) 143 eric6.DebugClients.Python2.AsyncFile.AsyncPendingWrite?4(file)
144 eric6.DebugClients.Python.AsyncIO.AsyncIO.writeReady?4(fd) 144 eric6.DebugClients.Python2.DCTestResult.DCTestResult.addError?4(test, err)
145 eric6.DebugClients.Python.AsyncIO.AsyncIO?1() 145 eric6.DebugClients.Python2.DCTestResult.DCTestResult.addExpectedFailure?4(test, err)
146 eric6.DebugClients.Python.DCTestResult.DCTestResult.addError?4(test, err) 146 eric6.DebugClients.Python2.DCTestResult.DCTestResult.addFailure?4(test, err)
147 eric6.DebugClients.Python.DCTestResult.DCTestResult.addExpectedFailure?4(test, err) 147 eric6.DebugClients.Python2.DCTestResult.DCTestResult.addSkip?4(test, reason)
148 eric6.DebugClients.Python.DCTestResult.DCTestResult.addFailure?4(test, err) 148 eric6.DebugClients.Python2.DCTestResult.DCTestResult.addUnexpectedSuccess?4(test)
149 eric6.DebugClients.Python.DCTestResult.DCTestResult.addSkip?4(test, reason) 149 eric6.DebugClients.Python2.DCTestResult.DCTestResult.startTest?4(test)
150 eric6.DebugClients.Python.DCTestResult.DCTestResult.addUnexpectedSuccess?4(test) 150 eric6.DebugClients.Python2.DCTestResult.DCTestResult.stopTest?4(test)
151 eric6.DebugClients.Python.DCTestResult.DCTestResult.startTest?4(test) 151 eric6.DebugClients.Python2.DCTestResult.DCTestResult?1(dbgClient)
152 eric6.DebugClients.Python.DCTestResult.DCTestResult.stopTest?4(test) 152 eric6.DebugClients.Python2.DebugBase.DebugBase.break_anywhere?4(frame)
153 eric6.DebugClients.Python.DCTestResult.DCTestResult?1(parent) 153 eric6.DebugClients.Python2.DebugBase.DebugBase.break_here?4(frame)
154 eric6.DebugClients.Python.DebugBase.DebugBase.break_anywhere?4(frame) 154 eric6.DebugClients.Python2.DebugBase.DebugBase.clear_watch?4(cond)
155 eric6.DebugClients.Python.DebugBase.DebugBase.break_here?4(frame) 155 eric6.DebugClients.Python2.DebugBase.DebugBase.dispatch_exception?4(frame, arg)
156 eric6.DebugClients.Python.DebugBase.DebugBase.clear_watch?4(cond) 156 eric6.DebugClients.Python2.DebugBase.DebugBase.dispatch_line?4(frame)
157 eric6.DebugClients.Python.DebugBase.DebugBase.dispatch_exception?4(frame, arg) 157 eric6.DebugClients.Python2.DebugBase.DebugBase.dispatch_return?4(frame, arg)
158 eric6.DebugClients.Python.DebugBase.DebugBase.dispatch_line?4(frame) 158 eric6.DebugClients.Python2.DebugBase.DebugBase.fix_frame_filename?4(frame)
159 eric6.DebugClients.Python.DebugBase.DebugBase.dispatch_return?4(frame, arg) 159 eric6.DebugClients.Python2.DebugBase.DebugBase.getCurrentFrame?4()
160 eric6.DebugClients.Python.DebugBase.DebugBase.fix_frame_filename?4(frame) 160 eric6.DebugClients.Python2.DebugBase.DebugBase.getEvent?4()
161 eric6.DebugClients.Python.DebugBase.DebugBase.getCurrentFrame?4() 161 eric6.DebugClients.Python2.DebugBase.DebugBase.getFrameLocals?4(frmnr=0)
162 eric6.DebugClients.Python.DebugBase.DebugBase.getEvent?4() 162 eric6.DebugClients.Python2.DebugBase.DebugBase.getStack?4()
163 eric6.DebugClients.Python.DebugBase.DebugBase.getFrameLocals?4(frmnr=0) 163 eric6.DebugClients.Python2.DebugBase.DebugBase.get_break?4(filename, lineno)
164 eric6.DebugClients.Python.DebugBase.DebugBase.getStack?4() 164 eric6.DebugClients.Python2.DebugBase.DebugBase.get_watch?4(cond)
165 eric6.DebugClients.Python.DebugBase.DebugBase.get_break?4(filename, lineno) 165 eric6.DebugClients.Python2.DebugBase.DebugBase.go?4(special)
166 eric6.DebugClients.Python.DebugBase.DebugBase.get_watch?4(cond) 166 eric6.DebugClients.Python2.DebugBase.DebugBase.isBroken?4()
167 eric6.DebugClients.Python.DebugBase.DebugBase.go?4(special) 167 eric6.DebugClients.Python2.DebugBase.DebugBase.profile?4(frame, event, arg)
168 eric6.DebugClients.Python.DebugBase.DebugBase.isBroken?4() 168 eric6.DebugClients.Python2.DebugBase.DebugBase.setRecursionDepth?4(frame)
169 eric6.DebugClients.Python.DebugBase.DebugBase.profile?4(frame, event, arg) 169 eric6.DebugClients.Python2.DebugBase.DebugBase.set_continue?4(special)
170 eric6.DebugClients.Python.DebugBase.DebugBase.setRecursionDepth?4(frame) 170 eric6.DebugClients.Python2.DebugBase.DebugBase.set_quit?4()
171 eric6.DebugClients.Python.DebugBase.DebugBase.set_continue?4(special) 171 eric6.DebugClients.Python2.DebugBase.DebugBase.set_trace?4(frame=None)
172 eric6.DebugClients.Python.DebugBase.DebugBase.set_quit?4() 172 eric6.DebugClients.Python2.DebugBase.DebugBase.set_watch?4(cond, temporary=0)
173 eric6.DebugClients.Python.DebugBase.DebugBase.set_trace?4(frame=None) 173 eric6.DebugClients.Python2.DebugBase.DebugBase.step?4(traceMode)
174 eric6.DebugClients.Python.DebugBase.DebugBase.set_watch?4(cond, temporary=0) 174 eric6.DebugClients.Python2.DebugBase.DebugBase.stepOut?4()
175 eric6.DebugClients.Python.DebugBase.DebugBase.step?4(traceMode) 175 eric6.DebugClients.Python2.DebugBase.DebugBase.stop_here?4(frame)
176 eric6.DebugClients.Python.DebugBase.DebugBase.stepOut?4() 176 eric6.DebugClients.Python2.DebugBase.DebugBase.storeFrameLocals?4(frmnr=0)
177 eric6.DebugClients.Python.DebugBase.DebugBase.stop_here?4(frame) 177 eric6.DebugClients.Python2.DebugBase.DebugBase.trace_dispatch?4(frame, event, arg)
178 eric6.DebugClients.Python.DebugBase.DebugBase.storeFrameLocals?4(frmnr=0) 178 eric6.DebugClients.Python2.DebugBase.DebugBase.user_exception?4(frame, (exctype, excval, exctb), unhandled=0)
179 eric6.DebugClients.Python.DebugBase.DebugBase.trace_dispatch?4(frame, event, arg) 179 eric6.DebugClients.Python2.DebugBase.DebugBase.user_line?4(frame)
180 eric6.DebugClients.Python.DebugBase.DebugBase.user_exception?4(frame, (exctype, excval, exctb), unhandled=0) 180 eric6.DebugClients.Python2.DebugBase.DebugBase.user_return?4(frame, retval)
181 eric6.DebugClients.Python.DebugBase.DebugBase.user_line?4(frame) 181 eric6.DebugClients.Python2.DebugBase.DebugBase?1(dbgClient)
182 eric6.DebugClients.Python.DebugBase.DebugBase.user_return?4(frame, retval) 182 eric6.DebugClients.Python2.DebugBase.gRecursionLimit?7
183 eric6.DebugClients.Python.DebugBase.DebugBase?1(dbgClient) 183 eric6.DebugClients.Python2.DebugBase.printerr?4(s)
184 eric6.DebugClients.Python.DebugBase.gRecursionLimit?7 184 eric6.DebugClients.Python2.DebugBase.setRecursionLimit?4(limit)
185 eric6.DebugClients.Python.DebugBase.printerr?4(s) 185 eric6.DebugClients.Python2.DebugClient.DebugClient.debugClient?7
186 eric6.DebugClients.Python.DebugBase.setRecursionLimit?4(limit) 186 eric6.DebugClients.Python2.DebugClient.DebugClient?1()
187 eric6.DebugClients.Python.DebugClient.DebugClient.debugClient?7 187 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.absPath?4(fn)
188 eric6.DebugClients.Python.DebugClient.DebugClient?1() 188 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.attachThread?4(target=None, args=None, kwargs=None, mainThread=0)
189 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.absPath?4(fn) 189 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.clientCapabilities?7
190 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.attachThread?4(target=None, args=None, kwargs=None, mainThread=0) 190 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.close?4(fd)
191 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.clientCapabilities?7 191 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.connectDebugger?4(port, remoteAddress=None, redirect=1)
192 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.close?4(fd) 192 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.eventLoop?4(disablePolling=False)
193 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.connectDebugger?4(port, remoteAddress=None, redirect=1) 193 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.eventPoll?4()
194 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.eventLoop?4(disablePolling=False) 194 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.fork?4()
195 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.eventPoll?4() 195 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.getCoding?4()
196 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.fork?4() 196 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.getRunning?4()
197 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.getCoding?4() 197 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.handleJsonCommand?4(jsonStr)
198 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.getRunning?4() 198 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.handleLine?4(line)
199 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.handleLine?4(line) 199 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.input?4(prompt)
200 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.input?4(prompt) 200 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.main?4()
201 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.main?4() 201 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.progTerminated?4(status, message="")
202 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.progTerminated?4(status) 202 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.raw_input?4(prompt, echo)
203 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.raw_input?4(prompt, echo) 203 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.readReady?4(stream)
204 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args) 204 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args)
205 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.sessionClose?4(exit=1) 205 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendCallTrace?4(event, fromInfo, toInfo)
206 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.shouldSkip?4(fn) 206 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendClearTemporaryBreakpoint?4(filename, lineno)
207 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=1, exceptions=1, tracePython=0, redirect=1) 207 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendClearTemporaryWatch?4(condition)
208 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd='', host=None, port=None, exceptions=1, tracePython=0, redirect=1) 208 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendException?4(exceptionType, exceptionMessage, stack)
209 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.write?4(s) 209 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendJsonCommand?4(method, params)
210 eric6.DebugClients.Python.DebugClientBase.DebugClientBase?1() 210 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendPassiveStartup?4(filename, exceptions)
211 eric6.DebugClients.Python.DebugClientBase.DebugClientClose?4(fd) 211 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendResponseLine?4(stack)
212 eric6.DebugClients.Python.DebugClientBase.DebugClientFork?4() 212 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendSyntaxError?4(message, filename, lineno, charno)
213 eric6.DebugClients.Python.DebugClientBase.DebugClientInput?4(prompt="") 213 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sessionClose?4(exit=True)
214 eric6.DebugClients.Python.DebugClientBase.DebugClientInstance?7 214 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.shouldSkip?4(fn)
215 eric6.DebugClients.Python.DebugClientBase.DebugClientRawInput?4(prompt="", echo=1) 215 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True)
216 eric6.DebugClients.Python.DebugClientBase.DebugClientSetRecursionLimit?4(limit) 216 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd='', host=None, port=None, exceptions=True, tracePython=False, redirect=True)
217 eric6.DebugClients.Python.DebugClientCapabilities.HasAll?7 217 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.writeReady?4(stream)
218 eric6.DebugClients.Python.DebugClientCapabilities.HasCompleter?7 218 eric6.DebugClients.Python2.DebugClientBase.DebugClientBase?1()
219 eric6.DebugClients.Python.DebugClientCapabilities.HasCoverage?7 219 eric6.DebugClients.Python2.DebugClientBase.DebugClientClose?4(fd)
220 eric6.DebugClients.Python.DebugClientCapabilities.HasDebugger?7 220 eric6.DebugClients.Python2.DebugClientBase.DebugClientFork?4()
221 eric6.DebugClients.Python.DebugClientCapabilities.HasInterpreter?7 221 eric6.DebugClients.Python2.DebugClientBase.DebugClientInput?4(prompt="")
222 eric6.DebugClients.Python.DebugClientCapabilities.HasProfiler?7 222 eric6.DebugClients.Python2.DebugClientBase.DebugClientInstance?7
223 eric6.DebugClients.Python.DebugClientCapabilities.HasShell?7 223 eric6.DebugClients.Python2.DebugClientBase.DebugClientRawInput?4(prompt="", echo=1)
224 eric6.DebugClients.Python.DebugClientCapabilities.HasUnittest?7 224 eric6.DebugClients.Python2.DebugClientBase.DebugClientSetRecursionLimit?4(limit)
225 eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.attachThread?4(target=None, args=None, kwargs=None, mainThread=0) 225 eric6.DebugClients.Python2.DebugClientCapabilities.HasAll?7
226 eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.debugClient?7 226 eric6.DebugClients.Python2.DebugClientCapabilities.HasCompleter?7
227 eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.eventLoop?4(disablePolling=False) 227 eric6.DebugClients.Python2.DebugClientCapabilities.HasCoverage?7
228 eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.lockClient?4(blocking=1) 228 eric6.DebugClients.Python2.DebugClientCapabilities.HasDebugger?7
229 eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.setCurrentThread?4(id) 229 eric6.DebugClients.Python2.DebugClientCapabilities.HasInterpreter?7
230 eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.set_quit?4() 230 eric6.DebugClients.Python2.DebugClientCapabilities.HasProfiler?7
231 eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.threadTerminated?4(dbgThread) 231 eric6.DebugClients.Python2.DebugClientCapabilities.HasShell?7
232 eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.unlockClient?4() 232 eric6.DebugClients.Python2.DebugClientCapabilities.HasUnittest?7
233 eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads?1() 233 eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.attachThread?4(target=None, args=None, kwargs=None, mainThread=0)
234 eric6.DebugClients.Python.DebugClientThreads._debugclient_start_new_thread?5(target, args, kwargs={}) 234 eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.debugClient?7
235 eric6.DebugClients.Python.DebugClientThreads._original_start_thread?8 235 eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.eventLoop?4(disablePolling=False)
236 eric6.DebugClients.Python.DebugConfig.ConfigVarTypeStrings?7 236 eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.lockClient?4(blocking=1)
237 eric6.DebugClients.Python.DebugProtocol.CallTrace?7 237 eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.setCurrentThread?4(id)
238 eric6.DebugClients.Python.DebugProtocol.DebugAddress?7 238 eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.set_quit?4()
239 eric6.DebugClients.Python.DebugProtocol.EOT?7 239 eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.threadTerminated?4(dbgThread)
240 eric6.DebugClients.Python.DebugProtocol.PassiveStartup?7 240 eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.unlockClient?4()
241 eric6.DebugClients.Python.DebugProtocol.RequestBanner?7 241 eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads?1()
242 eric6.DebugClients.Python.DebugProtocol.RequestBreak?7 242 eric6.DebugClients.Python2.DebugClientThreads._debugclient_start_new_thread?5(target, args, kwargs={})
243 eric6.DebugClients.Python.DebugProtocol.RequestBreakEnable?7 243 eric6.DebugClients.Python2.DebugClientThreads._original_start_thread?8
244 eric6.DebugClients.Python.DebugProtocol.RequestBreakIgnore?7 244 eric6.DebugClients.Python2.DebugConfig.ConfigVarTypeStrings?7
245 eric6.DebugClients.Python.DebugProtocol.RequestCallTrace?7 245 eric6.DebugClients.Python2.DebugThread.DebugThread.bootstrap?4()
246 eric6.DebugClients.Python.DebugProtocol.RequestCapabilities?7 246 eric6.DebugClients.Python2.DebugThread.DebugThread.get_ident?4()
247 eric6.DebugClients.Python.DebugProtocol.RequestCompletion?7 247 eric6.DebugClients.Python2.DebugThread.DebugThread.get_name?4()
248 eric6.DebugClients.Python.DebugProtocol.RequestContinue?7 248 eric6.DebugClients.Python2.DebugThread.DebugThread.set_ident?4(id)
249 eric6.DebugClients.Python.DebugProtocol.RequestCoverage?7 249 eric6.DebugClients.Python2.DebugThread.DebugThread.traceThread?4()
250 eric6.DebugClients.Python.DebugProtocol.RequestEnv?7 250 eric6.DebugClients.Python2.DebugThread.DebugThread.trace_dispatch?4(frame, event, arg)
251 eric6.DebugClients.Python.DebugProtocol.RequestEval?7 251 eric6.DebugClients.Python2.DebugThread.DebugThread?1(dbgClient, targ=None, args=None, kwargs=None, mainThread=False)
252 eric6.DebugClients.Python.DebugProtocol.RequestExec?7 252 eric6.DebugClients.Python2.DebugUtilities.prepareJsonCommand?4(method, params)
253 eric6.DebugClients.Python.DebugProtocol.RequestForkMode?7 253 eric6.DebugClients.Python2.FlexCompleter.Completer._callable_postfix?5(val, word)
254 eric6.DebugClients.Python.DebugProtocol.RequestForkTo?7 254 eric6.DebugClients.Python2.FlexCompleter.Completer.attr_matches?4(text)
255 eric6.DebugClients.Python.DebugProtocol.RequestLoad?7 255 eric6.DebugClients.Python2.FlexCompleter.Completer.complete?4(text, state)
256 eric6.DebugClients.Python.DebugProtocol.RequestOK?7 256 eric6.DebugClients.Python2.FlexCompleter.Completer.global_matches?4(text)
257 eric6.DebugClients.Python.DebugProtocol.RequestProfile?7 257 eric6.DebugClients.Python2.FlexCompleter.Completer?1(namespace=None)
258 eric6.DebugClients.Python.DebugProtocol.RequestRun?7 258 eric6.DebugClients.Python2.FlexCompleter.get_class_members?4(klass)
259 eric6.DebugClients.Python.DebugProtocol.RequestSetFilter?7 259 eric6.DebugClients.Python2.PyProfile.PyProfile.dispatch?7
260 eric6.DebugClients.Python.DebugProtocol.RequestShutdown?7 260 eric6.DebugClients.Python2.PyProfile.PyProfile.dump_stats?4(file)
261 eric6.DebugClients.Python.DebugProtocol.RequestStep?7 261 eric6.DebugClients.Python2.PyProfile.PyProfile.erase?4()
262 eric6.DebugClients.Python.DebugProtocol.RequestStepOut?7 262 eric6.DebugClients.Python2.PyProfile.PyProfile.fix_frame_filename?4(frame)
263 eric6.DebugClients.Python.DebugProtocol.RequestStepOver?7 263 eric6.DebugClients.Python2.PyProfile.PyProfile.save?4()
264 eric6.DebugClients.Python.DebugProtocol.RequestStepQuit?7 264 eric6.DebugClients.Python2.PyProfile.PyProfile.trace_dispatch_call?4(frame, t)
265 eric6.DebugClients.Python.DebugProtocol.RequestThreadList?7 265 eric6.DebugClients.Python2.PyProfile.PyProfile?1(basename, timer=None, bias=None)
266 eric6.DebugClients.Python.DebugProtocol.RequestThreadSet?7 266 eric6.DebugClients.Python2.eric6dbgstub.debugger?7
267 eric6.DebugClients.Python.DebugProtocol.RequestUTPrepare?7 267 eric6.DebugClients.Python2.eric6dbgstub.ericpath?7
268 eric6.DebugClients.Python.DebugProtocol.RequestUTRun?7 268 eric6.DebugClients.Python2.eric6dbgstub.initDebugger?4(kind="standard")
269 eric6.DebugClients.Python.DebugProtocol.RequestUTStop?7 269 eric6.DebugClients.Python2.eric6dbgstub.modDir?7
270 eric6.DebugClients.Python.DebugProtocol.RequestVariable?7 270 eric6.DebugClients.Python2.eric6dbgstub.runcall?4(func, *args)
271 eric6.DebugClients.Python.DebugProtocol.RequestVariables?7 271 eric6.DebugClients.Python2.eric6dbgstub.setScriptname?4(name)
272 eric6.DebugClients.Python.DebugProtocol.RequestWatch?7 272 eric6.DebugClients.Python2.eric6dbgstub.startDebugger?4(enableTrace=True, exceptions=True, tracePython=False, redirect=True)
273 eric6.DebugClients.Python.DebugProtocol.RequestWatchEnable?7 273 eric6.DebugClients.Python2.getpass.default_getpass?7
274 eric6.DebugClients.Python.DebugProtocol.RequestWatchIgnore?7 274 eric6.DebugClients.Python2.getpass.getpass?4(prompt='Password: ')
275 eric6.DebugClients.Python.DebugProtocol.ResponseBPConditionError?7 275 eric6.DebugClients.Python2.getpass.getuser?4()
276 eric6.DebugClients.Python.DebugProtocol.ResponseBanner?7 276 eric6.DebugClients.Python2.getpass.unix_getpass?7
277 eric6.DebugClients.Python.DebugProtocol.ResponseCapabilities?7 277 eric6.DebugClients.Python2.getpass.win_getpass?7
278 eric6.DebugClients.Python.DebugProtocol.ResponseClearBreak?7
279 eric6.DebugClients.Python.DebugProtocol.ResponseClearWatch?7
280 eric6.DebugClients.Python.DebugProtocol.ResponseCompletion?7
281 eric6.DebugClients.Python.DebugProtocol.ResponseContinue?7
282 eric6.DebugClients.Python.DebugProtocol.ResponseException?7
283 eric6.DebugClients.Python.DebugProtocol.ResponseExit?7
284 eric6.DebugClients.Python.DebugProtocol.ResponseForkTo?7
285 eric6.DebugClients.Python.DebugProtocol.ResponseLine?7
286 eric6.DebugClients.Python.DebugProtocol.ResponseOK?7
287 eric6.DebugClients.Python.DebugProtocol.ResponseRaw?7
288 eric6.DebugClients.Python.DebugProtocol.ResponseSignal?7
289 eric6.DebugClients.Python.DebugProtocol.ResponseStack?7
290 eric6.DebugClients.Python.DebugProtocol.ResponseSyntax?7
291 eric6.DebugClients.Python.DebugProtocol.ResponseThreadList?7
292 eric6.DebugClients.Python.DebugProtocol.ResponseThreadSet?7
293 eric6.DebugClients.Python.DebugProtocol.ResponseUTFinished?7
294 eric6.DebugClients.Python.DebugProtocol.ResponseUTPrepared?7
295 eric6.DebugClients.Python.DebugProtocol.ResponseUTStartTest?7
296 eric6.DebugClients.Python.DebugProtocol.ResponseUTStopTest?7
297 eric6.DebugClients.Python.DebugProtocol.ResponseUTTestErrored?7
298 eric6.DebugClients.Python.DebugProtocol.ResponseUTTestFailed?7
299 eric6.DebugClients.Python.DebugProtocol.ResponseUTTestFailedExpected?7
300 eric6.DebugClients.Python.DebugProtocol.ResponseUTTestSkipped?7
301 eric6.DebugClients.Python.DebugProtocol.ResponseUTTestSucceededUnexpected?7
302 eric6.DebugClients.Python.DebugProtocol.ResponseVariable?7
303 eric6.DebugClients.Python.DebugProtocol.ResponseVariables?7
304 eric6.DebugClients.Python.DebugProtocol.ResponseWPConditionError?7
305 eric6.DebugClients.Python.DebugThread.DebugThread.bootstrap?4()
306 eric6.DebugClients.Python.DebugThread.DebugThread.get_ident?4()
307 eric6.DebugClients.Python.DebugThread.DebugThread.get_name?4()
308 eric6.DebugClients.Python.DebugThread.DebugThread.set_ident?4(id)
309 eric6.DebugClients.Python.DebugThread.DebugThread.traceThread?4()
310 eric6.DebugClients.Python.DebugThread.DebugThread.trace_dispatch?4(frame, event, arg)
311 eric6.DebugClients.Python.DebugThread.DebugThread?1(dbgClient, targ=None, args=None, kwargs=None, mainThread=0)
312 eric6.DebugClients.Python.FlexCompleter.Completer._callable_postfix?5(val, word)
313 eric6.DebugClients.Python.FlexCompleter.Completer.attr_matches?4(text)
314 eric6.DebugClients.Python.FlexCompleter.Completer.complete?4(text, state)
315 eric6.DebugClients.Python.FlexCompleter.Completer.global_matches?4(text)
316 eric6.DebugClients.Python.FlexCompleter.Completer?1(namespace=None)
317 eric6.DebugClients.Python.FlexCompleter.get_class_members?4(klass)
318 eric6.DebugClients.Python.PyProfile.PyProfile.dispatch?7
319 eric6.DebugClients.Python.PyProfile.PyProfile.dump_stats?4(file)
320 eric6.DebugClients.Python.PyProfile.PyProfile.erase?4()
321 eric6.DebugClients.Python.PyProfile.PyProfile.fix_frame_filename?4(frame)
322 eric6.DebugClients.Python.PyProfile.PyProfile.save?4()
323 eric6.DebugClients.Python.PyProfile.PyProfile.trace_dispatch_call?4(frame, t)
324 eric6.DebugClients.Python.PyProfile.PyProfile?1(basename, timer=None, bias=None)
325 eric6.DebugClients.Python.eric6dbgstub.debugger?7
326 eric6.DebugClients.Python.eric6dbgstub.ericpath?7
327 eric6.DebugClients.Python.eric6dbgstub.initDebugger?4(kind="standard")
328 eric6.DebugClients.Python.eric6dbgstub.modDir?7
329 eric6.DebugClients.Python.eric6dbgstub.runcall?4(func, *args)
330 eric6.DebugClients.Python.eric6dbgstub.setScriptname?4(name)
331 eric6.DebugClients.Python.eric6dbgstub.startDebugger?4(enableTrace=True, exceptions=True, tracePython=False, redirect=True)
332 eric6.DebugClients.Python.getpass.default_getpass?7
333 eric6.DebugClients.Python.getpass.getpass?4(prompt='Password: ')
334 eric6.DebugClients.Python.getpass.getuser?4()
335 eric6.DebugClients.Python.getpass.unix_getpass?7
336 eric6.DebugClients.Python.getpass.win_getpass?7
337 eric6.DebugClients.Python3.AsyncFile.AsyncFile.close?4(closeit=False) 278 eric6.DebugClients.Python3.AsyncFile.AsyncFile.close?4(closeit=False)
338 eric6.DebugClients.Python3.AsyncFile.AsyncFile.fileno?4() 279 eric6.DebugClients.Python3.AsyncFile.AsyncFile.fileno?4()
339 eric6.DebugClients.Python3.AsyncFile.AsyncFile.flush?4() 280 eric6.DebugClients.Python3.AsyncFile.AsyncFile.flush?4()
340 eric6.DebugClients.Python3.AsyncFile.AsyncFile.isatty?4() 281 eric6.DebugClients.Python3.AsyncFile.AsyncFile.isatty?4()
341 eric6.DebugClients.Python3.AsyncFile.AsyncFile.maxbuffersize?7 282 eric6.DebugClients.Python3.AsyncFile.AsyncFile.maxbuffersize?7
351 eric6.DebugClients.Python3.AsyncFile.AsyncFile.seekable?4() 292 eric6.DebugClients.Python3.AsyncFile.AsyncFile.seekable?4()
352 eric6.DebugClients.Python3.AsyncFile.AsyncFile.tell?4() 293 eric6.DebugClients.Python3.AsyncFile.AsyncFile.tell?4()
353 eric6.DebugClients.Python3.AsyncFile.AsyncFile.truncate?4(size=-1) 294 eric6.DebugClients.Python3.AsyncFile.AsyncFile.truncate?4(size=-1)
354 eric6.DebugClients.Python3.AsyncFile.AsyncFile.writable?4() 295 eric6.DebugClients.Python3.AsyncFile.AsyncFile.writable?4()
355 eric6.DebugClients.Python3.AsyncFile.AsyncFile.write?4(s) 296 eric6.DebugClients.Python3.AsyncFile.AsyncFile.write?4(s)
356 eric6.DebugClients.Python3.AsyncFile.AsyncFile.writelines?4(list) 297 eric6.DebugClients.Python3.AsyncFile.AsyncFile.write_p?4(s)
298 eric6.DebugClients.Python3.AsyncFile.AsyncFile.writelines?4(lines)
357 eric6.DebugClients.Python3.AsyncFile.AsyncFile?1(sock, mode, name) 299 eric6.DebugClients.Python3.AsyncFile.AsyncFile?1(sock, mode, name)
358 eric6.DebugClients.Python3.AsyncFile.AsyncPendingWrite?4(file) 300 eric6.DebugClients.Python3.AsyncFile.AsyncPendingWrite?4(file)
359 eric6.DebugClients.Python3.AsyncIO.AsyncIO.disconnect?4()
360 eric6.DebugClients.Python3.AsyncIO.AsyncIO.readReady?4(fd)
361 eric6.DebugClients.Python3.AsyncIO.AsyncIO.setDescriptors?4(rfd, wfd)
362 eric6.DebugClients.Python3.AsyncIO.AsyncIO.write?4(s)
363 eric6.DebugClients.Python3.AsyncIO.AsyncIO.writeReady?4(fd)
364 eric6.DebugClients.Python3.AsyncIO.AsyncIO?1()
365 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addError?4(test, err) 301 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addError?4(test, err)
366 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addExpectedFailure?4(test, err) 302 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addExpectedFailure?4(test, err)
367 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addFailure?4(test, err) 303 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addFailure?4(test, err)
368 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addSkip?4(test, reason) 304 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addSkip?4(test, reason)
369 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addUnexpectedSuccess?4(test) 305 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addUnexpectedSuccess?4(test)
370 eric6.DebugClients.Python3.DCTestResult.DCTestResult.startTest?4(test) 306 eric6.DebugClients.Python3.DCTestResult.DCTestResult.startTest?4(test)
371 eric6.DebugClients.Python3.DCTestResult.DCTestResult.stopTest?4(test) 307 eric6.DebugClients.Python3.DCTestResult.DCTestResult.stopTest?4(test)
372 eric6.DebugClients.Python3.DCTestResult.DCTestResult?1(parent) 308 eric6.DebugClients.Python3.DCTestResult.DCTestResult?1(dbgClient)
373 eric6.DebugClients.Python3.DebugBase.DebugBase.break_anywhere?4(frame) 309 eric6.DebugClients.Python3.DebugBase.DebugBase.break_anywhere?4(frame)
374 eric6.DebugClients.Python3.DebugBase.DebugBase.break_here?4(frame) 310 eric6.DebugClients.Python3.DebugBase.DebugBase.break_here?4(frame)
375 eric6.DebugClients.Python3.DebugBase.DebugBase.clear_watch?4(cond) 311 eric6.DebugClients.Python3.DebugBase.DebugBase.clear_watch?4(cond)
376 eric6.DebugClients.Python3.DebugBase.DebugBase.dispatch_exception?4(frame, arg) 312 eric6.DebugClients.Python3.DebugBase.DebugBase.dispatch_exception?4(frame, arg)
377 eric6.DebugClients.Python3.DebugBase.DebugBase.dispatch_line?4(frame) 313 eric6.DebugClients.Python3.DebugBase.DebugBase.dispatch_line?4(frame)
413 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.eventLoop?4(disablePolling=False) 349 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.eventLoop?4(disablePolling=False)
414 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.eventPoll?4() 350 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.eventPoll?4()
415 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.fork?4() 351 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.fork?4()
416 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.getCoding?4() 352 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.getCoding?4()
417 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.getRunning?4() 353 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.getRunning?4()
354 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.handleJsonCommand?4(jsonStr)
418 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.handleLine?4(line) 355 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.handleLine?4(line)
419 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.input?4(prompt, echo=True) 356 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.input?4(prompt, echo=True)
420 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.main?4() 357 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.main?4()
421 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.progTerminated?4(status) 358 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.progTerminated?4(status, message="")
359 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.readReady?4(stream)
422 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args) 360 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args)
361 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendCallTrace?4(event, fromInfo, toInfo)
362 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendClearTemporaryBreakpoint?4(filename, lineno)
363 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendClearTemporaryWatch?4(condition)
364 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendException?4(exceptionType, exceptionMessage, stack)
365 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendJsonCommand?4(method, params)
366 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendPassiveStartup?4(filename, exceptions)
367 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendResponseLine?4(stack)
368 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendSyntaxError?4(message, filename, lineno, charno)
423 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sessionClose?4(exit=True) 369 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sessionClose?4(exit=True)
424 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.shouldSkip?4(fn) 370 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.shouldSkip?4(fn)
425 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True) 371 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True)
426 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd='', host=None, port=None, exceptions=True, tracePython=False, redirect=True) 372 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd='', host=None, port=None, exceptions=True, tracePython=False, redirect=True)
427 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.write?4(s) 373 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.writeReady?4(stream)
428 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase?1() 374 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase?1()
429 eric6.DebugClients.Python3.DebugClientBase.DebugClientClose?4(fd) 375 eric6.DebugClients.Python3.DebugClientBase.DebugClientClose?4(fd)
430 eric6.DebugClients.Python3.DebugClientBase.DebugClientFork?4() 376 eric6.DebugClients.Python3.DebugClientBase.DebugClientFork?4()
431 eric6.DebugClients.Python3.DebugClientBase.DebugClientInput?4(prompt="", echo=True) 377 eric6.DebugClients.Python3.DebugClientBase.DebugClientInput?4(prompt="", echo=True)
432 eric6.DebugClients.Python3.DebugClientBase.DebugClientInstance?7 378 eric6.DebugClients.Python3.DebugClientBase.DebugClientInstance?7
449 eric6.DebugClients.Python3.DebugClientThreads.DebugClientThreads.unlockClient?4() 395 eric6.DebugClients.Python3.DebugClientThreads.DebugClientThreads.unlockClient?4()
450 eric6.DebugClients.Python3.DebugClientThreads.DebugClientThreads?1() 396 eric6.DebugClients.Python3.DebugClientThreads.DebugClientThreads?1()
451 eric6.DebugClients.Python3.DebugClientThreads._debugclient_start_new_thread?5(target, args, kwargs={}) 397 eric6.DebugClients.Python3.DebugClientThreads._debugclient_start_new_thread?5(target, args, kwargs={})
452 eric6.DebugClients.Python3.DebugClientThreads._original_start_thread?8 398 eric6.DebugClients.Python3.DebugClientThreads._original_start_thread?8
453 eric6.DebugClients.Python3.DebugConfig.ConfigVarTypeStrings?7 399 eric6.DebugClients.Python3.DebugConfig.ConfigVarTypeStrings?7
454 eric6.DebugClients.Python3.DebugProtocol.CallTrace?7
455 eric6.DebugClients.Python3.DebugProtocol.DebugAddress?7
456 eric6.DebugClients.Python3.DebugProtocol.EOT?7
457 eric6.DebugClients.Python3.DebugProtocol.PassiveStartup?7
458 eric6.DebugClients.Python3.DebugProtocol.RequestBanner?7
459 eric6.DebugClients.Python3.DebugProtocol.RequestBreak?7
460 eric6.DebugClients.Python3.DebugProtocol.RequestBreakEnable?7
461 eric6.DebugClients.Python3.DebugProtocol.RequestBreakIgnore?7
462 eric6.DebugClients.Python3.DebugProtocol.RequestCallTrace?7
463 eric6.DebugClients.Python3.DebugProtocol.RequestCapabilities?7
464 eric6.DebugClients.Python3.DebugProtocol.RequestCompletion?7
465 eric6.DebugClients.Python3.DebugProtocol.RequestContinue?7
466 eric6.DebugClients.Python3.DebugProtocol.RequestCoverage?7
467 eric6.DebugClients.Python3.DebugProtocol.RequestEnv?7
468 eric6.DebugClients.Python3.DebugProtocol.RequestEval?7
469 eric6.DebugClients.Python3.DebugProtocol.RequestExec?7
470 eric6.DebugClients.Python3.DebugProtocol.RequestForkMode?7
471 eric6.DebugClients.Python3.DebugProtocol.RequestForkTo?7
472 eric6.DebugClients.Python3.DebugProtocol.RequestLoad?7
473 eric6.DebugClients.Python3.DebugProtocol.RequestOK?7
474 eric6.DebugClients.Python3.DebugProtocol.RequestProfile?7
475 eric6.DebugClients.Python3.DebugProtocol.RequestRun?7
476 eric6.DebugClients.Python3.DebugProtocol.RequestSetFilter?7
477 eric6.DebugClients.Python3.DebugProtocol.RequestShutdown?7
478 eric6.DebugClients.Python3.DebugProtocol.RequestStep?7
479 eric6.DebugClients.Python3.DebugProtocol.RequestStepOut?7
480 eric6.DebugClients.Python3.DebugProtocol.RequestStepOver?7
481 eric6.DebugClients.Python3.DebugProtocol.RequestStepQuit?7
482 eric6.DebugClients.Python3.DebugProtocol.RequestThreadList?7
483 eric6.DebugClients.Python3.DebugProtocol.RequestThreadSet?7
484 eric6.DebugClients.Python3.DebugProtocol.RequestUTPrepare?7
485 eric6.DebugClients.Python3.DebugProtocol.RequestUTRun?7
486 eric6.DebugClients.Python3.DebugProtocol.RequestUTStop?7
487 eric6.DebugClients.Python3.DebugProtocol.RequestVariable?7
488 eric6.DebugClients.Python3.DebugProtocol.RequestVariables?7
489 eric6.DebugClients.Python3.DebugProtocol.RequestWatch?7
490 eric6.DebugClients.Python3.DebugProtocol.RequestWatchEnable?7
491 eric6.DebugClients.Python3.DebugProtocol.RequestWatchIgnore?7
492 eric6.DebugClients.Python3.DebugProtocol.ResponseBPConditionError?7
493 eric6.DebugClients.Python3.DebugProtocol.ResponseBanner?7
494 eric6.DebugClients.Python3.DebugProtocol.ResponseCapabilities?7
495 eric6.DebugClients.Python3.DebugProtocol.ResponseClearBreak?7
496 eric6.DebugClients.Python3.DebugProtocol.ResponseClearWatch?7
497 eric6.DebugClients.Python3.DebugProtocol.ResponseCompletion?7
498 eric6.DebugClients.Python3.DebugProtocol.ResponseContinue?7
499 eric6.DebugClients.Python3.DebugProtocol.ResponseException?7
500 eric6.DebugClients.Python3.DebugProtocol.ResponseExit?7
501 eric6.DebugClients.Python3.DebugProtocol.ResponseForkTo?7
502 eric6.DebugClients.Python3.DebugProtocol.ResponseLine?7
503 eric6.DebugClients.Python3.DebugProtocol.ResponseOK?7
504 eric6.DebugClients.Python3.DebugProtocol.ResponseRaw?7
505 eric6.DebugClients.Python3.DebugProtocol.ResponseSignal?7
506 eric6.DebugClients.Python3.DebugProtocol.ResponseStack?7
507 eric6.DebugClients.Python3.DebugProtocol.ResponseSyntax?7
508 eric6.DebugClients.Python3.DebugProtocol.ResponseThreadList?7
509 eric6.DebugClients.Python3.DebugProtocol.ResponseThreadSet?7
510 eric6.DebugClients.Python3.DebugProtocol.ResponseUTFinished?7
511 eric6.DebugClients.Python3.DebugProtocol.ResponseUTPrepared?7
512 eric6.DebugClients.Python3.DebugProtocol.ResponseUTStartTest?7
513 eric6.DebugClients.Python3.DebugProtocol.ResponseUTStopTest?7
514 eric6.DebugClients.Python3.DebugProtocol.ResponseUTTestErrored?7
515 eric6.DebugClients.Python3.DebugProtocol.ResponseUTTestFailed?7
516 eric6.DebugClients.Python3.DebugProtocol.ResponseUTTestFailedExpected?7
517 eric6.DebugClients.Python3.DebugProtocol.ResponseUTTestSkipped?7
518 eric6.DebugClients.Python3.DebugProtocol.ResponseUTTestSucceededUnexpected?7
519 eric6.DebugClients.Python3.DebugProtocol.ResponseVariable?7
520 eric6.DebugClients.Python3.DebugProtocol.ResponseVariables?7
521 eric6.DebugClients.Python3.DebugProtocol.ResponseWPConditionError?7
522 eric6.DebugClients.Python3.DebugThread.DebugThread.bootstrap?4() 400 eric6.DebugClients.Python3.DebugThread.DebugThread.bootstrap?4()
523 eric6.DebugClients.Python3.DebugThread.DebugThread.get_ident?4() 401 eric6.DebugClients.Python3.DebugThread.DebugThread.get_ident?4()
524 eric6.DebugClients.Python3.DebugThread.DebugThread.get_name?4() 402 eric6.DebugClients.Python3.DebugThread.DebugThread.get_name?4()
525 eric6.DebugClients.Python3.DebugThread.DebugThread.set_ident?4(id) 403 eric6.DebugClients.Python3.DebugThread.DebugThread.set_ident?4(id)
526 eric6.DebugClients.Python3.DebugThread.DebugThread.traceThread?4() 404 eric6.DebugClients.Python3.DebugThread.DebugThread.traceThread?4()
528 eric6.DebugClients.Python3.DebugThread.DebugThread?1(dbgClient, targ=None, args=None, kwargs=None, mainThread=False) 406 eric6.DebugClients.Python3.DebugThread.DebugThread?1(dbgClient, targ=None, args=None, kwargs=None, mainThread=False)
529 eric6.DebugClients.Python3.DebugUtilities.ArgInfo?7 407 eric6.DebugClients.Python3.DebugUtilities.ArgInfo?7
530 eric6.DebugClients.Python3.DebugUtilities._getfullargs?5(co) 408 eric6.DebugClients.Python3.DebugUtilities._getfullargs?5(co)
531 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)) 409 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))
532 eric6.DebugClients.Python3.DebugUtilities.getargvalues?4(frame) 410 eric6.DebugClients.Python3.DebugUtilities.getargvalues?4(frame)
411 eric6.DebugClients.Python3.DebugUtilities.prepareJsonCommand?4(method, params)
533 eric6.DebugClients.Python3.FlexCompleter.Completer._callable_postfix?5(val, word) 412 eric6.DebugClients.Python3.FlexCompleter.Completer._callable_postfix?5(val, word)
534 eric6.DebugClients.Python3.FlexCompleter.Completer.attr_matches?4(text) 413 eric6.DebugClients.Python3.FlexCompleter.Completer.attr_matches?4(text)
535 eric6.DebugClients.Python3.FlexCompleter.Completer.complete?4(text, state) 414 eric6.DebugClients.Python3.FlexCompleter.Completer.complete?4(text, state)
536 eric6.DebugClients.Python3.FlexCompleter.Completer.global_matches?4(text) 415 eric6.DebugClients.Python3.FlexCompleter.Completer.global_matches?4(text)
537 eric6.DebugClients.Python3.FlexCompleter.Completer?1(namespace=None) 416 eric6.DebugClients.Python3.FlexCompleter.Completer?1(namespace=None)
604 eric6.Debugger.DebugClientCapabilities.HasDebugger?7 483 eric6.Debugger.DebugClientCapabilities.HasDebugger?7
605 eric6.Debugger.DebugClientCapabilities.HasInterpreter?7 484 eric6.Debugger.DebugClientCapabilities.HasInterpreter?7
606 eric6.Debugger.DebugClientCapabilities.HasProfiler?7 485 eric6.Debugger.DebugClientCapabilities.HasProfiler?7
607 eric6.Debugger.DebugClientCapabilities.HasShell?7 486 eric6.Debugger.DebugClientCapabilities.HasShell?7
608 eric6.Debugger.DebugClientCapabilities.HasUnittest?7 487 eric6.Debugger.DebugClientCapabilities.HasUnittest?7
609 eric6.Debugger.DebugProtocol.CallTrace?7
610 eric6.Debugger.DebugProtocol.EOT?7
611 eric6.Debugger.DebugProtocol.PassiveStartup?7
612 eric6.Debugger.DebugProtocol.RequestBanner?7
613 eric6.Debugger.DebugProtocol.RequestBreak?7
614 eric6.Debugger.DebugProtocol.RequestBreakEnable?7
615 eric6.Debugger.DebugProtocol.RequestBreakIgnore?7
616 eric6.Debugger.DebugProtocol.RequestCallTrace?7
617 eric6.Debugger.DebugProtocol.RequestCapabilities?7
618 eric6.Debugger.DebugProtocol.RequestCompletion?7
619 eric6.Debugger.DebugProtocol.RequestContinue?7
620 eric6.Debugger.DebugProtocol.RequestCoverage?7
621 eric6.Debugger.DebugProtocol.RequestEnv?7
622 eric6.Debugger.DebugProtocol.RequestEval?7
623 eric6.Debugger.DebugProtocol.RequestExec?7
624 eric6.Debugger.DebugProtocol.RequestForkMode?7
625 eric6.Debugger.DebugProtocol.RequestForkTo?7
626 eric6.Debugger.DebugProtocol.RequestLoad?7
627 eric6.Debugger.DebugProtocol.RequestOK?7
628 eric6.Debugger.DebugProtocol.RequestProfile?7
629 eric6.Debugger.DebugProtocol.RequestRun?7
630 eric6.Debugger.DebugProtocol.RequestSetFilter?7
631 eric6.Debugger.DebugProtocol.RequestShutdown?7
632 eric6.Debugger.DebugProtocol.RequestStep?7
633 eric6.Debugger.DebugProtocol.RequestStepOut?7
634 eric6.Debugger.DebugProtocol.RequestStepOver?7
635 eric6.Debugger.DebugProtocol.RequestStepQuit?7
636 eric6.Debugger.DebugProtocol.RequestThreadList?7
637 eric6.Debugger.DebugProtocol.RequestThreadSet?7
638 eric6.Debugger.DebugProtocol.RequestUTPrepare?7
639 eric6.Debugger.DebugProtocol.RequestUTRun?7
640 eric6.Debugger.DebugProtocol.RequestUTStop?7
641 eric6.Debugger.DebugProtocol.RequestVariable?7
642 eric6.Debugger.DebugProtocol.RequestVariables?7
643 eric6.Debugger.DebugProtocol.RequestWatch?7
644 eric6.Debugger.DebugProtocol.RequestWatchEnable?7
645 eric6.Debugger.DebugProtocol.RequestWatchIgnore?7
646 eric6.Debugger.DebugProtocol.ResponseBPConditionError?7
647 eric6.Debugger.DebugProtocol.ResponseBanner?7
648 eric6.Debugger.DebugProtocol.ResponseCapabilities?7
649 eric6.Debugger.DebugProtocol.ResponseClearBreak?7
650 eric6.Debugger.DebugProtocol.ResponseClearWatch?7
651 eric6.Debugger.DebugProtocol.ResponseCompletion?7
652 eric6.Debugger.DebugProtocol.ResponseContinue?7
653 eric6.Debugger.DebugProtocol.ResponseException?7
654 eric6.Debugger.DebugProtocol.ResponseExit?7
655 eric6.Debugger.DebugProtocol.ResponseForkTo?7
656 eric6.Debugger.DebugProtocol.ResponseLine?7
657 eric6.Debugger.DebugProtocol.ResponseOK?7
658 eric6.Debugger.DebugProtocol.ResponseRaw?7
659 eric6.Debugger.DebugProtocol.ResponseSignal?7
660 eric6.Debugger.DebugProtocol.ResponseStack?7
661 eric6.Debugger.DebugProtocol.ResponseSyntax?7
662 eric6.Debugger.DebugProtocol.ResponseThreadList?7
663 eric6.Debugger.DebugProtocol.ResponseThreadSet?7
664 eric6.Debugger.DebugProtocol.ResponseUTFinished?7
665 eric6.Debugger.DebugProtocol.ResponseUTPrepared?7
666 eric6.Debugger.DebugProtocol.ResponseUTStartTest?7
667 eric6.Debugger.DebugProtocol.ResponseUTStopTest?7
668 eric6.Debugger.DebugProtocol.ResponseUTTestErrored?7
669 eric6.Debugger.DebugProtocol.ResponseUTTestFailed?7
670 eric6.Debugger.DebugProtocol.ResponseUTTestFailedExpected?7
671 eric6.Debugger.DebugProtocol.ResponseUTTestSkipped?7
672 eric6.Debugger.DebugProtocol.ResponseUTTestSucceededUnexpected?7
673 eric6.Debugger.DebugProtocol.ResponseVariable?7
674 eric6.Debugger.DebugProtocol.ResponseVariables?7
675 eric6.Debugger.DebugProtocol.ResponseWPConditionError?7
676 eric6.Debugger.DebugServer.DebugServer.appendStdout?7 488 eric6.Debugger.DebugServer.DebugServer.appendStdout?7
677 eric6.Debugger.DebugServer.DebugServer.callTraceInfo?7 489 eric6.Debugger.DebugServer.DebugServer.callTraceInfo?7
678 eric6.Debugger.DebugServer.DebugServer.clientBanner?7 490 eric6.Debugger.DebugServer.DebugServer.clientBanner?7
679 eric6.Debugger.DebugServer.DebugServer.clientBreakConditionError?7 491 eric6.Debugger.DebugServer.DebugServer.clientBreakConditionError?7
680 eric6.Debugger.DebugServer.DebugServer.clientCapabilities?7 492 eric6.Debugger.DebugServer.DebugServer.clientCapabilities?7
729 eric6.Debugger.DebugServer.DebugServer.remoteClientVariables?4(scope, filter, framenr=0) 541 eric6.Debugger.DebugServer.DebugServer.remoteClientVariables?4(scope, filter, framenr=0)
730 eric6.Debugger.DebugServer.DebugServer.remoteCompletion?4(text) 542 eric6.Debugger.DebugServer.DebugServer.remoteCompletion?4(text)
731 eric6.Debugger.DebugServer.DebugServer.remoteContinue?4(special=False) 543 eric6.Debugger.DebugServer.DebugServer.remoteContinue?4(special=False)
732 eric6.Debugger.DebugServer.DebugServer.remoteCoverage?4(fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="") 544 eric6.Debugger.DebugServer.DebugServer.remoteCoverage?4(fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="")
733 eric6.Debugger.DebugServer.DebugServer.remoteEnvironment?4(env) 545 eric6.Debugger.DebugServer.DebugServer.remoteEnvironment?4(env)
734 eric6.Debugger.DebugServer.DebugServer.remoteEval?4(arg)
735 eric6.Debugger.DebugServer.DebugServer.remoteExec?4(stmt)
736 eric6.Debugger.DebugServer.DebugServer.remoteLoad?4(fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False) 546 eric6.Debugger.DebugServer.DebugServer.remoteLoad?4(fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False)
737 eric6.Debugger.DebugServer.DebugServer.remoteProfile?4(fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="") 547 eric6.Debugger.DebugServer.DebugServer.remoteProfile?4(fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="")
738 eric6.Debugger.DebugServer.DebugServer.remoteRawInput?4(s) 548 eric6.Debugger.DebugServer.DebugServer.remoteRawInput?4(s)
739 eric6.Debugger.DebugServer.DebugServer.remoteRun?4(fn, argv, wd, env, autoClearShell=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="") 549 eric6.Debugger.DebugServer.DebugServer.remoteRun?4(fn, argv, wd, env, autoClearShell=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="")
740 eric6.Debugger.DebugServer.DebugServer.remoteSetThread?4(tid) 550 eric6.Debugger.DebugServer.DebugServer.remoteSetThread?4(tid)
755 eric6.Debugger.DebugServer.DebugServer.signalClientCapabilities?4(capabilities, clientType) 565 eric6.Debugger.DebugServer.DebugServer.signalClientCapabilities?4(capabilities, clientType)
756 eric6.Debugger.DebugServer.DebugServer.signalClientClearBreak?4(filename, lineno) 566 eric6.Debugger.DebugServer.DebugServer.signalClientClearBreak?4(filename, lineno)
757 eric6.Debugger.DebugServer.DebugServer.signalClientClearWatch?4(condition) 567 eric6.Debugger.DebugServer.DebugServer.signalClientClearWatch?4(condition)
758 eric6.Debugger.DebugServer.DebugServer.signalClientCompletionList?4(completionList, text) 568 eric6.Debugger.DebugServer.DebugServer.signalClientCompletionList?4(completionList, text)
759 eric6.Debugger.DebugServer.DebugServer.signalClientException?4(exceptionType, exceptionMessage, stackTrace) 569 eric6.Debugger.DebugServer.DebugServer.signalClientException?4(exceptionType, exceptionMessage, stackTrace)
760 eric6.Debugger.DebugServer.DebugServer.signalClientExit?4(status) 570 eric6.Debugger.DebugServer.DebugServer.signalClientExit?4(status, message="")
761 eric6.Debugger.DebugServer.DebugServer.signalClientLine?4(filename, lineno, forStack=False) 571 eric6.Debugger.DebugServer.DebugServer.signalClientLine?4(filename, lineno, forStack=False)
762 eric6.Debugger.DebugServer.DebugServer.signalClientOutput?4(line) 572 eric6.Debugger.DebugServer.DebugServer.signalClientOutput?4(line)
763 eric6.Debugger.DebugServer.DebugServer.signalClientRawInput?4(prompt, echo) 573 eric6.Debugger.DebugServer.DebugServer.signalClientRawInput?4(prompt, echo)
764 eric6.Debugger.DebugServer.DebugServer.signalClientSignal?4(message, filename, lineNo, funcName, funcArgs) 574 eric6.Debugger.DebugServer.DebugServer.signalClientSignal?4(message, filename, lineNo, funcName, funcArgs)
765 eric6.Debugger.DebugServer.DebugServer.signalClientStack?4(stack) 575 eric6.Debugger.DebugServer.DebugServer.signalClientStack?4(stack)
833 eric6.Debugger.DebuggerInterfaceNone.ClientTypeAssociations?7 643 eric6.Debugger.DebuggerInterfaceNone.ClientTypeAssociations?7
834 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.flush?4() 644 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.flush?4()
835 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.getClientCapabilities?4() 645 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.getClientCapabilities?4()
836 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.isConnected?4() 646 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.isConnected?4()
837 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.newConnection?4(sock) 647 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.newConnection?4(sock)
838 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBanner?4()
839 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpoint?4(fn, line, set, cond=None, temp=False) 648 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpoint?4(fn, line, set, cond=None, temp=False)
840 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpointEnable?4(fn, line, enable) 649 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpointEnable?4(fn, line, enable)
841 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpointIgnore?4(fn, line, count) 650 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpointIgnore?4(fn, line, count)
842 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCapabilities?4() 651 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCapabilities?4()
843 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteClientSetFilter?4(scope, filter) 652 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteClientSetFilter?4(scope, filter)
846 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCompletion?4(text) 655 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCompletion?4(text)
847 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteContinue?4(special=False) 656 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteContinue?4(special=False)
848 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCoverage?4(fn, argv, wd, erase=False) 657 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCoverage?4(fn, argv, wd, erase=False)
849 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteEnvironment?4(env) 658 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteEnvironment?4(env)
850 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteEval?4(arg) 659 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteEval?4(arg)
851 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteExec?4(stmt)
852 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False) 660 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False)
853 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteProfile?4(fn, argv, wd, erase=False) 661 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteProfile?4(fn, argv, wd, erase=False)
854 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteRawInput?4(s) 662 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteRawInput?4(s)
855 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteRun?4(fn, argv, wd, autoFork=False, forkChild=False) 663 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteRun?4(fn, argv, wd, autoFork=False, forkChild=False)
856 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteSetThread?4(tid) 664 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteSetThread?4(tid)
871 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole) 679 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole)
872 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole) 680 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole)
873 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone?1(debugServer, passive) 681 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone?1(debugServer, passive)
874 eric6.Debugger.DebuggerInterfaceNone.createDebuggerInterfaceNone?4(debugServer, passive) 682 eric6.Debugger.DebuggerInterfaceNone.createDebuggerInterfaceNone?4(debugServer, passive)
875 eric6.Debugger.DebuggerInterfaceNone.getRegistryData?4() 683 eric6.Debugger.DebuggerInterfaceNone.getRegistryData?4()
876 eric6.Debugger.DebuggerInterfacePython.ClientDefaultCapabilities?7 684 eric6.Debugger.DebuggerInterfacePython2.ClientDefaultCapabilities?7
877 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.flush?4() 685 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.flush?4()
878 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.getClientCapabilities?4() 686 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.getClientCapabilities?4()
879 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.isConnected?4() 687 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.isConnected?4()
880 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.newConnection?4(sock) 688 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.newConnection?4(sock)
881 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBanner?4() 689 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteBanner?4()
882 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBreakpoint?4(fn, line, set, cond=None, temp=False) 690 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteBreakpoint?4(fn, line, setBreakpoint, cond=None, temp=False)
883 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBreakpointEnable?4(fn, line, enable) 691 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteBreakpointEnable?4(fn, line, enable)
884 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBreakpointIgnore?4(fn, line, count) 692 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteBreakpointIgnore?4(fn, line, count)
885 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCapabilities?4() 693 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteCapabilities?4()
886 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientSetFilter?4(scope, filter) 694 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteClientSetFilter?4(scope, filter)
887 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientVariable?4(scope, filter, var, framenr=0) 695 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteClientVariable?4(scope, filter, var, framenr=0)
888 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientVariables?4(scope, filter, framenr=0) 696 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteClientVariables?4(scope, filter, framenr=0)
889 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCompletion?4(text) 697 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteCompletion?4(text)
890 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteContinue?4(special=False) 698 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteContinue?4(special=False)
891 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCoverage?4(fn, argv, wd, erase=False) 699 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteCoverage?4(fn, argv, wd, erase=False)
892 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteEnvironment?4(env) 700 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteEnvironment?4(env)
893 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteEval?4(arg) 701 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False)
894 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteExec?4(stmt) 702 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteProfile?4(fn, argv, wd, erase=False)
895 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False) 703 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteRawInput?4(s)
896 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteProfile?4(fn, argv, wd, erase=False) 704 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteRun?4(fn, argv, wd, autoFork=False, forkChild=False)
897 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteRawInput?4(s) 705 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteSetThread?4(tid)
898 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteRun?4(fn, argv, wd, autoFork=False, forkChild=False) 706 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStatement?4(stmt)
899 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteSetThread?4(tid) 707 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStep?4()
900 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStatement?4(stmt) 708 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStepOut?4()
901 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStep?4() 709 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStepOver?4()
902 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepOut?4() 710 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStepQuit?4()
903 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepOver?4() 711 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteThreadList?4()
904 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepQuit?4() 712 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase)
905 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteThreadList?4() 713 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteUTRun?4()
906 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase) 714 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteUTStop?4()
907 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTRun?4() 715 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteWatchpoint?4(cond, setWatch, temp=False)
908 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTStop?4() 716 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteWatchpointEnable?4(cond, enable)
909 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpoint?4(cond, set, temp=False) 717 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteWatchpointIgnore?4(cond, count)
910 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointEnable?4(cond, enable) 718 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.setCallTraceEnabled?4(on)
911 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(cond, count) 719 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.shutdown?4()
912 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.setCallTraceEnabled?4(on) 720 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.startRemote?4(port, runInConsole)
913 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.shutdown?4() 721 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.startRemoteForProject?4(port, runInConsole)
914 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole) 722 eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2?1(debugServer, passive)
915 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole) 723 eric6.Debugger.DebuggerInterfacePython2.createDebuggerInterfacePython2?4(debugServer, passive)
916 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython?1(debugServer, passive) 724 eric6.Debugger.DebuggerInterfacePython2.getRegistryData?4()
917 eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython?4(debugServer, passive)
918 eric6.Debugger.DebuggerInterfacePython.getRegistryData?4()
919 eric6.Debugger.DebuggerInterfacePython3.ClientDefaultCapabilities?7 725 eric6.Debugger.DebuggerInterfacePython3.ClientDefaultCapabilities?7
920 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.flush?4() 726 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.flush?4()
921 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.getClientCapabilities?4() 727 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.getClientCapabilities?4()
922 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.isConnected?4() 728 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.isConnected?4()
923 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.newConnection?4(sock) 729 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.newConnection?4(sock)
924 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBanner?4() 730 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBanner?4()
925 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpoint?4(fn, line, set, cond=None, temp=False) 731 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpoint?4(fn, line, setBreakpoint, cond=None, temp=False)
926 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpointEnable?4(fn, line, enable) 732 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpointEnable?4(fn, line, enable)
927 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpointIgnore?4(fn, line, count) 733 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpointIgnore?4(fn, line, count)
928 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCapabilities?4() 734 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCapabilities?4()
929 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteClientSetFilter?4(scope, filter) 735 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteClientSetFilter?4(scope, filter)
930 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteClientVariable?4(scope, filter, var, framenr=0) 736 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteClientVariable?4(scope, filter, var, framenr=0)
931 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteClientVariables?4(scope, filter, framenr=0) 737 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteClientVariables?4(scope, filter, framenr=0)
932 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCompletion?4(text) 738 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCompletion?4(text)
933 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteContinue?4(special=False) 739 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteContinue?4(special=False)
934 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCoverage?4(fn, argv, wd, erase=False) 740 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCoverage?4(fn, argv, wd, erase=False)
935 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteEnvironment?4(env) 741 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteEnvironment?4(env)
936 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteEval?4(arg)
937 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteExec?4(stmt)
938 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False) 742 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False)
939 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteProfile?4(fn, argv, wd, erase=False) 743 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteProfile?4(fn, argv, wd, erase=False)
940 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteRawInput?4(s) 744 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteRawInput?4(s)
941 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteRun?4(fn, argv, wd, autoFork=False, forkChild=False) 745 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteRun?4(fn, argv, wd, autoFork=False, forkChild=False)
942 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteSetThread?4(tid) 746 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteSetThread?4(tid)
947 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteStepQuit?4() 751 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteStepQuit?4()
948 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteThreadList?4() 752 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteThreadList?4()
949 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase) 753 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase)
950 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTRun?4() 754 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTRun?4()
951 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTStop?4() 755 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTStop?4()
952 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpoint?4(cond, set, temp=False) 756 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpoint?4(cond, setWatch, temp=False)
953 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpointEnable?4(cond, enable) 757 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpointEnable?4(cond, enable)
954 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpointIgnore?4(cond, count) 758 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpointIgnore?4(cond, count)
955 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.setCallTraceEnabled?4(on) 759 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.setCallTraceEnabled?4(on)
956 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.shutdown?4() 760 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.shutdown?4()
957 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.startRemote?4(port, runInConsole) 761 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.startRemote?4(port, runInConsole)

eric ide

mercurial