mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-28 13:52:12 +08:00
Add __all__ for most modules beginning with 't' (#7373)
This commit is contained in:
@@ -4,6 +4,8 @@ from _typeshed import StrPath
|
||||
from typing import Any, Callable, Mapping, Optional, Sequence, TypeVar
|
||||
from typing_extensions import ParamSpec
|
||||
|
||||
__all__ = ["Trace", "CoverageResults"]
|
||||
|
||||
_T = TypeVar("_T")
|
||||
_P = ParamSpec("_P")
|
||||
_localtrace = Callable[[types.FrameType, str, Any], Callable[..., Any]]
|
||||
|
||||
Reference in New Issue
Block a user