mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Consistently use '= ...' for optional parameters.
This commit is contained in:
@@ -5,6 +5,6 @@ import typing
|
||||
# TODO signatures
|
||||
def format_exception_only(etype, value): ...
|
||||
def format_tb(traceback): ...
|
||||
def print_exc(limit=None, file=None, chain=True): ...
|
||||
def print_exc(limit=..., file=..., chain=...): ...
|
||||
|
||||
# TODO add more
|
||||
|
||||
Reference in New Issue
Block a user