Thanks to visit codestin.com Credit goes to github.com
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.
fnmatch.filterfalse
1 parent 3eecc72 commit 263e451Copy full SHA for 263e451
1 file changed
Doc/library/fnmatch.rst
@@ -53,7 +53,7 @@ a :class:`!str` filename, and vice-versa.
53
54
Finally, note that :func:`functools.lru_cache` with a *maxsize* of 32768
55
is used to cache the (typed) compiled regex patterns in the following
56
-functions: :func:`fnmatch`, :func:`fnmatchcase`, :func:`.filter`.
+functions: :func:`fnmatch`, :func:`fnmatchcase`, :func:`.filter`, :func:`.filterfalse`.
57
58
59
.. function:: fnmatch(name, pat)
0 commit comments