MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/unittest/mock.py:430–431  ·  view source on GitHub ↗
(self, /, *args, **kwargs)

Source from the content-addressed store, hash-verified

428 _mock_return_value = DEFAULT
429 _mock_side_effect = None
430 def __init__(self, /, *args, **kwargs):
431 pass
432
433
434

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