mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Fix various __all__-related errors and omissions (#8031)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
__all__ = ["url2pathname", "pathname2url"]
|
||||
|
||||
def url2pathname(pathname: str) -> str: ...
|
||||
def pathname2url(pathname: str) -> str: ...
|
||||
def _pncomp2url(component: str | bytes) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user