mirror of
https://github.com/python/cpython.git
synced 2025-12-03 08:04:34 +00:00
parent
ae5c37b7b3
commit
4a4296ec29
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ corresponding to PATTERN. (It does not compile it.)
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
__all__ = ["fnmatch","fnmatchcase","translate"]
|
__all__ = ["filter", "fnmatch","fnmatchcase","translate"]
|
||||||
|
|
||||||
_cache = {}
|
_cache = {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue