(self, _Hyperlink_, hlink_)
| 1184 | |
| 1185 | @pytest.fixture |
| 1186 | def hyperlink_fixture(self, _Hyperlink_, hlink_): |
| 1187 | r = element("a:r/a:rPr") |
| 1188 | rPr = r.rPr |
| 1189 | run = _Run(r, None) |
| 1190 | return run, rPr, _Hyperlink_, hlink_ |
| 1191 | |
| 1192 | @pytest.fixture |
| 1193 | def text_get_fixture(self): |