mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Consistently use '= ...' for optional parameters.
This commit is contained in:
@@ -1 +1 @@
|
||||
def escape(s: str, quote: bool = False) -> str: ...
|
||||
def escape(s: str, quote: bool = ...) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user