mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-24 03:51:52 +08:00
Add _hashlib module (#13030)
This commit is contained in:
@@ -398,7 +398,7 @@ csv.DictWriter.__init__ # runtime sig has *args but will error if more than 5 p
|
||||
|
||||
dataclasses.field # White lies around defaults
|
||||
email.policy.EmailPolicy.message_factory # "type" at runtime, but protocol in stubs
|
||||
hashlib.scrypt # Raises TypeError if salt, n, r or p are None
|
||||
_?hashlib.scrypt # Raises TypeError if salt, n, r or p are None
|
||||
hmac.HMAC.blocksize # use block_size instead
|
||||
|
||||
# runtime is *args, **kwargs due to a wrapper
|
||||
|
||||
Reference in New Issue
Block a user