mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
add missing type hints in tabulate (#5825)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
from typing import Any, Callable, Container, Dict, Iterable, List, Mapping, NamedTuple, Optional, Sequence, Union
|
||||
|
||||
LATEX_ESCAPE_RULES: Dict[str, str]
|
||||
MIN_PADDING: int
|
||||
PRESERVE_WHITESPACE: bool
|
||||
WIDE_CHARS_MODE: bool
|
||||
multiline_formats: Dict[str, str]
|
||||
tabulate_formats: List[str]
|
||||
|
||||
class Line(NamedTuple):
|
||||
|
||||
Reference in New Issue
Block a user