massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / caldav / caldav / lib / namespace.pyi
1 nsmap: dict[str, str]
2 nsmap2: dict[str, str]
3
4 def ns(prefix: str, tag: str | None = ...) -> str: ...