mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
added several more __all__ lists
This commit is contained in:
parent
46fa39ab1d
commit
269b83bc05
8 changed files with 79 additions and 1 deletions
|
@ -8,6 +8,10 @@ module as os.path.
|
|||
import os
|
||||
import stat
|
||||
|
||||
__all__ = ["normcase","isabs","join","splitdrive","split","splitext",
|
||||
"basename","dirname","commonprefix","getsize","getmtime",
|
||||
"getatime","islink","exists","isdir","isfile","ismount",
|
||||
"walk","expanduser","expandvars","normpath","abspath","splitunc"]
|
||||
|
||||
# Normalize the case of a pathname and map slashes to backslashes.
|
||||
# Other normalizations (such as optimizing '../' away) are not done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue