mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-26 16:50:25 +08:00
5d553c9584
* apply black and isort * move some type ignores
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
|