massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / cryptography / cryptography / hazmat / bindings / openssl / binding.pyi
1 from typing import Any
2
3 class Binding(object):
4     ffi: Any | None
5     lib: Any | None
6     def init_static_locks(self) -> None: ...