We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is_skipped_line
is_skipped_module
1 parent 01108b7 commit e5a79b4Copy full SHA for e5a79b4
1 file changed
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