MCPcopy Create free account
hub / github.com/scanny/python-pptx / hyperlink_fixture

Method hyperlink_fixture

tests/text/test_text.py:1186–1190  ·  view source on GitHub ↗
(self, _Hyperlink_, hlink_)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 2

_RunClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected