Files
typeshed/stdlib/@python2/crypt.pyi
T

2 lines
44 B
Python

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