mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
appdirs, tabulate, termcolor, xmltodict: check missing defs (#8156)
complete termcolor, xmltodict
This commit is contained in:
@@ -1 +1,4 @@
|
||||
version = "1.4.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
version = "0.8.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
version = "1.1.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
from collections.abc import Iterable
|
||||
from typing import Any
|
||||
|
||||
__ALL__: list[str]
|
||||
VERSION: tuple[int, ...]
|
||||
ATTRIBUTES: dict[str, int]
|
||||
COLORS: dict[str, int]
|
||||
HIGHLIGHTS: dict[str, int]
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
version = "0.12.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -3,6 +3,8 @@ from collections import OrderedDict
|
||||
from collections.abc import Mapping
|
||||
from typing import Any, overload
|
||||
|
||||
__license__: str
|
||||
|
||||
class ParsingInterrupted(Exception): ...
|
||||
|
||||
def parse(
|
||||
|
||||
Reference in New Issue
Block a user