Files
typeshed/stdlib/2/md5.pyi
2019-10-28 06:59:28 -07:00

7 lines
118 B
Python

# Stubs for Python 2.7 md5 stdlib module
from hashlib import md5 as md5, md5 as new
blocksize: int
digest_size: int