mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
7 lines
106 B
Python
7 lines
106 B
Python
# Stubs for Python 2.7 md5 stdlib module
|
|
|
|
from hashlib import md5 as new
|
|
|
|
blocksize: int
|
|
digest_size: int
|