Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Doc/library/bdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ The :mod:`bdb` module also defines two classes:
Called from :meth:`dispatch_call` if a break might stop inside the
called function.

*argument_list* is not used anymore and will always be ``None``.
The argument is kept for backwards compatibility.

.. method:: user_line(frame)

Called from :meth:`dispatch_line` when either :meth:`stop_here` or
Expand Down