massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / httplib2 / httplib2 / certs.pyi
1 from typing import Any
2
3 certifi_available: bool
4 certifi_where: Any
5 custom_ca_locater_available: bool
6 custom_ca_locater_where: Any
7 BUILTIN_CA_CERTS: Any
8
9 def where(): ...