bdb.Bdb.dispatch_call()

dispatch_call(frame, arg)

If the debugger should stop on this function call, invoke the user_call() method (which should be overridden in subclasses). Raise a BdbQuit exception if the Bdb.quitting flag is set (which can be set from user_call()). Return a reference to the trace_dispatch() method for further tracing in that scope.

doc_python
2016-10-07 17:27:23
Comments
Leave a Comment

Please login to continue.