Files
typeshed/stdlib/@python2/crypt.pyi
2022-01-01 13:26:20 +01:00

5 lines
88 B
Python

import sys
if sys.platform != "win32":
def crypt(word: str, salt: str) -> str: ...