mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-13 03:21:07 +08:00
Add missing defaults to third-party stubs (#14617)
This commit is contained in:
@@ -417,7 +417,7 @@ class ConditionalFormatList(Serialisable):
|
||||
tagname: ClassVar[str]
|
||||
conditionalFormat: Incomplete
|
||||
__attrs__: ClassVar[tuple[str, ...]]
|
||||
def __init__(self, conditionalFormat=..., count: Incomplete | None = ...) -> None: ...
|
||||
def __init__(self, conditionalFormat=(), count=None) -> None: ...
|
||||
def by_priority(self): ...
|
||||
@property
|
||||
def count(self) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user