mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
[icalendar] Update to 6.3.1 (#14105)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "6.3.*"
|
||||
version = "6.3.1"
|
||||
upstream_repository = "https://github.com/collective/icalendar"
|
||||
requires = ["types-python-dateutil", "types-pytz"]
|
||||
|
||||
|
||||
@@ -58,6 +58,7 @@ def q_join(lst: Iterable[str], sep: str = ",", always_quote: bool = False) -> st
|
||||
|
||||
class Parameters(CaselessDict[str]):
|
||||
always_quoted: ClassVar[tuple[str, ...]]
|
||||
quote_also: ClassVar[dict[str, str]]
|
||||
def params(self) -> dict_keys[str, str]: ...
|
||||
def to_ical(self, sorted: bool = True) -> bytes: ...
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user