Skip to content

Commit 3625a9b

Browse files
committed
Add misc types for mock and unittest.mock
1 parent b3c86bd commit 3625a9b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

stdlib/3/unittest/mock.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ from typing import Any, List, Optional, Text, Tuple, Type, TypeVar
55

66
_T = TypeVar("_T")
77

8+
__all__: List[str]
9+
810
FILTER_DIR: Any
911

1012
class _slotted: ...

third_party/2and3/mock.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ from typing import Any, List, Optional, Text, Tuple, Type, TypeVar
55

66
_T = TypeVar("_T")
77

8+
__all__: List[str]
9+
__version__: str
10+
811
FILTER_DIR: Any
912

1013
class _slotted: ...

0 commit comments

Comments
 (0)