Files
typeshed/stdlib/2/md5.pyi
Jukka Lehtosalo 0cd2350595 Add back md5.md5 (#4432)
This was accidentally removed in #4287.
2020-08-10 12:52:13 +01: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