Files
typeshed/stdlib/2/md5.pyi
Shantanu 6ff5b88ca7 typeshed: remove crufty comments (#4699)
Co-authored-by: hauntsaninja <>
2020-10-23 09:40:06 +02:00

6 lines
74 B
Python

from hashlib import md5 as md5
new = md5
blocksize: int
digest_size: int