Files
typeshed/stdlib/@python2/crypt.pyi
2021-05-15 01:08:37 +02:00

2 lines
44 B
Python

def crypt(word: str, salt: str) -> str: ...