mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
committed by
Jelle Zijlstra
parent
d571f101ba
commit
9abbc0d392
@@ -63,7 +63,7 @@ if sys.version_info >= (3, 3):
|
||||
def __call__(_mock_self, *args: Any, **kwargs: Any) -> Any: ...
|
||||
|
||||
class Mock(CallableMixin, NonCallableMock):
|
||||
def __init__(self) -> None: ...
|
||||
def __init__(self, spec: Any = ..., spec_set: Any = ..., side_effect: Any = ..., return_value: Any = ..., wraps: Any = ..., name: Any = ..., **kwargs: Any) -> None: ...
|
||||
|
||||
class _patch:
|
||||
attribute_name = ... # type: Any
|
||||
|
||||
Reference in New Issue
Block a user