massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / Crypto / Util / randpool.pyi
1 from typing import Any, Optional\r
2 \r
3 __revision__ = ...  # type: str\r
4 \r
5 class RandomPool:\r
6     bytes = ...  # type: Any\r
7     bits = ...  # type: Any\r
8     entropy = ...  # type: Any\r
9     def __init__(self, numbytes: int = ..., cipher: Optional[Any] = ..., hash: Optional[Any] = ..., file: Optional[Any] = ...) -> None: ...\r
10     def get_bytes(self, N): ...\r
11     def randomize(self, N: int = ...): ...\r
12     def stir(self, s: str = ...): ...\r
13     def stir_n(self, N: int = ...): ...\r
14     def add_event(self, s: str = ...): ...\r
15     def getBytes(self, N): ...\r
16     def addEvent(self, event, s: str = ...): ...\r