Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _mock_check_sig
Method
_mock_check_sig
Lib/unittest/mock.py:1166–1168 ·
view source on GitHub ↗
(self, /, *args, **kwargs)
Source
from the content-addressed store, hash-verified
1164
1165
1166
def
_mock_check_sig(self, /, *args, **kwargs):
1167
# stub method that can be replaced with one with a specific signature
1168
pass
1169
1170
1171
def
__call__(self, /, *args, **kwargs):
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected