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 2b0ccce commit 858a309Copy full SHA for 858a309
Doc/library/bdb.rst
@@ -213,7 +213,7 @@ The :mod:`bdb` module also defines two classes:
213
Normally derived classes don't override the following methods, but they may
214
if they want to redefine the definition of stopping and breakpoints.
215
216
- .. method:: is_skipped_line(module_name)
+ .. method:: is_skipped_module(module_name)
217
218
Return ``True`` if *module_name* matches any skip pattern.
219
0 commit comments