mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Add __all__ to most modules beginning with 'q', 'r' and 's' (#7364)
This commit is contained in:
@@ -2,6 +2,8 @@ from array import array
|
||||
from collections import deque
|
||||
from typing import Any, Callable
|
||||
|
||||
__all__ = ["Repr", "repr", "recursive_repr"]
|
||||
|
||||
_ReprFunc = Callable[[Any], str]
|
||||
|
||||
def recursive_repr(fillvalue: str = ...) -> Callable[[_ReprFunc], _ReprFunc]: ...
|
||||
|
||||
Reference in New Issue
Block a user