(self, request, part_)
| 723 | |
| 724 | @pytest.fixture |
| 725 | def hlink(self, request, part_): |
| 726 | rPr = an_rPr().with_nsdecls("a", "r").element |
| 727 | hlink = _Hyperlink(rPr, None) |
| 728 | property_mock(request, _Hyperlink, "part", return_value=part_) |
| 729 | return hlink |
| 730 | |
| 731 | @pytest.fixture |
| 732 | def hlink_with_hlinkClick(self, request, rPr_with_hlinkClick_bldr): |
nothing calls this directly
no test coverage detected