mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 20:01:29 +08:00
Add __all__ for most modules beginning with 't' (#7373)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from typing import IO, Any, Callable, Sequence, Union
|
||||
|
||||
__all__ = ["Timer", "timeit", "repeat", "default_timer"]
|
||||
|
||||
_Timer = Callable[[], float]
|
||||
_Stmt = Union[str, Callable[[], Any]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user