massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / Crypto / Random / OSRNG / posix.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/Crypto/Random/OSRNG/posix.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/Crypto/Random/OSRNG/posix.pyi
new file mode 100644 (file)
index 0000000..8185cb2
--- /dev/null
@@ -0,0 +1,6 @@
+from typing import Any, Optional\r
+from .rng_base import BaseRNG\r
+\r
+class DevURandomRNG(BaseRNG):\r
+    name = ...  # type: str\r
+    def __init__(self, devname: Optional[Any] = ...) -> None: ...\r