mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
See discussion on typing-sig. This doesn't take care of some third_party libraries, will follow up on those. Co-authored-by: hauntsaninja <>
8 lines
116 B
Python
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
|