mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-05 06:34:15 +08:00
Added some missing parameter annotations and type arguments detected by pyright. (#5061)
Co-authored-by: Eric Traut <erictr@microsoft.com>
This commit is contained in:
@@ -10,7 +10,7 @@ VERSION: str
|
||||
XXHASH_VERSION: str
|
||||
|
||||
class _IntDigestHash(_Hash):
|
||||
def __init__(self, __string: ReadableBuffer = ...): ...
|
||||
def __init__(self, __string: ReadableBuffer = ...) -> None: ...
|
||||
def intdigest(self) -> int: ...
|
||||
|
||||
# python-xxhash v2.0.0 does not support the string or usedforsecurity kwargs
|
||||
|
||||
Reference in New Issue
Block a user