mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-22 02:52:07 +08:00
Add __all__ to most modules beginning with 'q', 'r' and 's' (#7364)
This commit is contained in:
@@ -3,6 +3,8 @@ from hmac import compare_digest as compare_digest
|
||||
from random import SystemRandom as SystemRandom
|
||||
from typing import TypeVar
|
||||
|
||||
__all__ = ["choice", "randbelow", "randbits", "SystemRandom", "token_bytes", "token_hex", "token_urlsafe", "compare_digest"]
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
def randbelow(exclusive_upper_bound: int) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user