Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ foo
Method
foo
Lib/test/test_unittest/testmock/testmock.py:1748–1749 ·
view source on GitHub ↗
(x: Tuple[int, ...])
Source
from the content-addressed store, hash-verified
1746
# gh-145754
1747
def
test_create_autospec_type_hints_typechecking(self):
1748
def
foo(x: Tuple[int, ...]) -> None:
1749
pass
1750
1751
mock.create_autospec(foo)
1752
Callers
15
test_repr
Method · 0.45
test_assert_called_with_failure_message
Method · 0.45
test_mock_calls
Method · 0.45
test_mock_call_not_equal_leaf
Method · 0.45
test_mock_call_not_equal_non_leaf
Method · 0.45
test_mock_call_not_equal_non_leaf_params_different
Method · 0.45
test_mock_call_not_equal_non_leaf_call_versus_attr
Method · 0.45
test_mock_call_repr
Method · 0.45
test_mock_call_repr_loop
Method · 0.45
test_arg_lists
Method · 0.45
test_assert_has_calls
Method · 0.45
test_assert_has_calls_nested_without_spec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected