mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 10:26:31 +08:00
[stdlib] Add default values part 2 (#14769)
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ else:
|
||||
"pbkdf2_hmac",
|
||||
)
|
||||
|
||||
def new(name: str, data: ReadableBuffer = b"", *, usedforsecurity: bool = ...) -> HASH: ...
|
||||
def new(name: str, data: ReadableBuffer = b"", *, usedforsecurity: bool = True) -> HASH: ...
|
||||
|
||||
algorithms_guaranteed: AbstractSet[str]
|
||||
algorithms_available: AbstractSet[str]
|
||||
|
||||
Reference in New Issue
Block a user