mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Add pyopenssl.rand module (#8435)
This commit is contained in:
4
stubs/pyOpenSSL/OpenSSL/rand.pyi
Normal file
4
stubs/pyOpenSSL/OpenSSL/rand.pyi
Normal file
@@ -0,0 +1,4 @@
|
||||
from typing_extensions import Literal
|
||||
|
||||
def add(buffer: bytes, entropy: int) -> None: ...
|
||||
def status() -> Literal[0, 1]: ...
|
||||
Reference in New Issue
Block a user