Files
typeshed/stdlib/2/md5.pyi
Shantanu e3889c776e pep 484: explicit reexport as intended (#4586)
See discussion on typing-sig.
This doesn't take care of some third_party libraries, will follow up on
those.

Co-authored-by: hauntsaninja <>
2020-09-30 10:04:23 -07:00

8 lines
116 B
Python

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