mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-28 05:42:10 +08:00
Add __all__ for most modules beginning with 't' (#7373)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from typing import Callable, Pattern
|
||||
|
||||
__all__ = ["TextWrapper", "wrap", "fill", "dedent", "indent", "shorten"]
|
||||
|
||||
class TextWrapper:
|
||||
width: int
|
||||
initial_indent: str
|
||||
|
||||
Reference in New Issue
Block a user