mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
tabulate: Add maxcolwidths arguments (#8132)
This commit is contained in:
@@ -45,4 +45,5 @@ def tabulate(
|
||||
showindex: str | bool | Iterable[Any] = ...,
|
||||
disable_numparse: bool | Iterable[int] = ...,
|
||||
colalign: Iterable[str | None] | None = ...,
|
||||
maxcolwidths: int | Iterable[int | None] | None = ...,
|
||||
) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user