MCPcopy Index your code
hub / github.com/RustPython/RustPython / foo

Method foo

Lib/test/test_unittest/testmock/testmock.py:2290–2290  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

2288 def test_parent_propagation_with_create_autospec(self):
2289
2290 def foo(a, b): pass
2291
2292 mock = Mock()
2293 mock.child = create_autospec(foo)

Calls

no outgoing calls

Tested by

no test coverage detected