mirror of
https://github.com/python/cpython.git
synced 2025-08-23 18:24:46 +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
|
@ -1,5 +1,7 @@
|
|||
"""Convert a NT pathname to a file URL and vice versa."""
|
||||
|
||||
__all__ = ["url2pathname"]
|
||||
|
||||
def url2pathname(url):
|
||||
r"""Convert a URL to a DOS path.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue