Home | History | Annotate | Download | only in library

Lines Matching full:attach_mock

407     .. method:: attach_mock(mock, attribute)
1003 attach mocks that have names to a parent you use the :meth:`~Mock.attach_mock`
1011 ... parent.attach_mock(child1, 'child1')
1012 ... parent.attach_mock(child2, 'child2')
2034 'attach_mock',