massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / vobject / vobject / hcalendar.pyi
1 from typing import Any
2
3 from .icalendar import VCalendar2_0
4
5 class HCalendar(VCalendar2_0):
6     name: str
7     @classmethod
8     def serialize(cls, obj, buf: Any | None = ..., lineLength: Any | None = ..., validate: bool = ...): ...