mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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
|
||||
|
||||
__all__ = ["fnmatch","fnmatchcase","translate"]
|
||||
__all__ = ["filter", "fnmatch","fnmatchcase","translate"]
|
||||
|
||||
_cache = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue