Files
typeshed/stdlib/3/getpass.pyi
2015-09-30 09:59:44 -07:00

6 lines
78 B
Python

# Stubs for getpass
# NOTE: These are incomplete!
def getuser() -> str: ...