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 2269007 commit 9c2e8c5Copy full SHA for 9c2e8c5
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