(target)
| 1755 | stop = __exit__ |
| 1756 | |
| 1757 | def with_custom_patch(target): |
| 1758 | getter, attribute = _get_target(target) |
| 1759 | return custom_patch( |
| 1760 | getter, attribute, DEFAULT, None, False, None, |
| 1761 | None, None, {} |
| 1762 | ) |
| 1763 | |
| 1764 | @with_custom_patch('squizz.squozz') |
| 1765 | def test(mock): |
nothing calls this directly
no test coverage detected