mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
more __all__ updates
This commit is contained in:
parent
e78b92a062
commit
eccd02a40d
12 changed files with 34 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ corresponding to PATTERN. (It does not compile it.)
|
|||
|
||||
import re
|
||||
|
||||
__all__ = ["fnmatch","fnmatchcase","translate"]
|
||||
|
||||
_cache = {}
|
||||
|
||||
def fnmatch(name, pat):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue