mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
drop ellipsis assignments from module vars, classvars and instance attrs (#5914)
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ class JSONDecoder:
|
||||
object_hook: Callable[[dict[str, Any]], Any]
|
||||
parse_float: Callable[[str], Any]
|
||||
parse_int: Callable[[str], Any]
|
||||
parse_constant: Callable[[str], Any] = ...
|
||||
parse_constant: Callable[[str], Any]
|
||||
strict: bool
|
||||
object_pairs_hook: Callable[[list[Tuple[str, Any]]], Any]
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user