mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Consistently use '= ...' for optional parameters.
This commit is contained in:
@@ -6,7 +6,7 @@ class sha(object):
|
||||
def hexdigest(self) -> str: ...
|
||||
def copy(self) -> sha: ...
|
||||
|
||||
def new(string: str = None) -> sha: ...
|
||||
def new(string: str = ...) -> sha: ...
|
||||
blocksize = 0
|
||||
digest_size = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user