mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
a few more modules get __all__
This commit is contained in:
parent
bbd89b66b1
commit
17ab123cf1
11 changed files with 31 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
import os
|
||||
from stat import *
|
||||
|
||||
__all__ = ["normcase","isabs","join","splitdrive","split","splitext",
|
||||
"basename","dirname","commonprefix","getsize","getmtime",
|
||||
"getatime","islink","exists","isdir","isfile",
|
||||
"walk","expanduser","expandvars","normpath","abspath"]
|
||||
|
||||
# Normalize the case of a pathname. Dummy in Posix, but <s>.lower() here.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue