mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-05 09:27:38 +08:00
This reverts commit 1a164b630c.
Reverts python/typeshed#1549.
See Guido's comments in the original PR.
This commit is contained in:
committed by
Guido van Rossum
parent
1a164b630c
commit
78587dc895
@@ -42,6 +42,7 @@ if sys.version_info >= (3, 3):
|
||||
def attach_mock(self, mock: Any, attribute: Any) -> Any: ...
|
||||
def mock_add_spec(self, spec: Any, spec_set: Any = False) -> Any: ...
|
||||
return_value = ... # type: Any
|
||||
__class__ = ... # type: type
|
||||
called = ... # type: Any
|
||||
call_count = ... # type: Any
|
||||
call_args = ... # type: Any
|
||||
|
||||
Reference in New Issue
Block a user