Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __init__
Method
__init__
Lib/unittest/mock.py:429–430 ·
view source on GitHub ↗
(self, /, *args, **kwargs)
Source
from the content-addressed store, hash-verified
427
_mock_return_value = DEFAULT
428
_mock_side_effect = None
429
def
__init__(self, /, *args, **kwargs):
430
pass
431
432
433
Callers
5
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected