mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Add __all__ to most modules beginning with 'q', 'r' and 's' (#7364)
This commit is contained in:
@@ -7,6 +7,21 @@ if sys.version_info >= (3, 8):
|
||||
else:
|
||||
from typing import Pattern
|
||||
|
||||
__all__ = [
|
||||
"ascii_letters",
|
||||
"ascii_lowercase",
|
||||
"ascii_uppercase",
|
||||
"capwords",
|
||||
"digits",
|
||||
"hexdigits",
|
||||
"octdigits",
|
||||
"printable",
|
||||
"punctuation",
|
||||
"whitespace",
|
||||
"Formatter",
|
||||
"Template",
|
||||
]
|
||||
|
||||
ascii_letters: str
|
||||
ascii_lowercase: str
|
||||
ascii_uppercase: str
|
||||
|
||||
Reference in New Issue
Block a user