massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / backports.ssl_match_hostname / backports / ssl_match_hostname / __init__.pyi
1 class CertificateError(ValueError): ...
2
3 def match_hostname(cert, hostname): ...