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 ca1e86f commit e5adaafCopy full SHA for e5adaaf
Doc/library/bdb.rst
@@ -236,7 +236,7 @@ The :mod:`bdb` module also defines two classes:
236
Normally derived classes don't override the following methods, but they may
237
if they want to redefine the definition of stopping and breakpoints.
238
239
- .. method:: is_skipped_line(module_name)
+ .. method:: is_skipped_module(module_name)
240
241
Return ``True`` if *module_name* matches any skip pattern.
242
0 commit comments