Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ mock.py
File
mock.py
Lib/unittest/mock.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# mock.py
2
# Test tools for mocking and patching.
3
# Maintained by Michael Foord
4
# Backport for other versions of Python available from
Callers
nothing calls this directly
Calls
14
partial
Class · 0.90
id
Function · 0.85
_ANY
Class · 0.85
_Call
Class · 0.85
_extract_mock_name
Method · 0.80
_Sentinel
Class · 0.70
startswith
Method · 0.45
removeprefix
Method · 0.45
join
Method · 0.45
split
Method · 0.45
__hash__
Method · 0.45
__str__
Method · 0.45
Tested by
no test coverage detected