mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add __all__ for modules beginning with 'e', 'f' and 'g' (#7325)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from typing import TextIO
|
||||
|
||||
__all__ = ["getpass", "getuser", "GetPassWarning"]
|
||||
|
||||
def getpass(prompt: str = ..., stream: TextIO | None = ...) -> str: ...
|
||||
def getuser() -> str: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user