MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected