We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_skipped_line
is_skipped_module
1 parent 35df805 commit c395d7cCopy full SHA for c395d7c
Doc/library/bdb.rst
@@ -240,7 +240,7 @@ The :mod:`bdb` module also defines two classes:
240
Normally derived classes don't override the following methods, but they may
241
if they want to redefine the definition of stopping and breakpoints.
242
243
- .. method:: is_skipped_line(module_name)
+ .. method:: is_skipped_module(module_name)
244
245
Return ``True`` if *module_name* matches any skip pattern.
246
0 commit comments