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

Method hyperlink_fixture

tests/test_action.py:161–164  ·  view source on GitHub ↗
(self, Hyperlink_, hyperlink_)

Source from the content-addressed store, hash-verified

159
160 @pytest.fixture
161 def hyperlink_fixture(self, Hyperlink_, hyperlink_):
162 xPr, parent = "xPr", "parent"
163 action_setting = ActionSetting(xPr, parent)
164 return action_setting, hyperlink_, Hyperlink_, xPr, parent
165
166 @pytest.fixture
167 def _slide_index_fixture(self, request, part_prop_):

Callers

nothing calls this directly

Calls 1

ActionSettingClass · 0.90

Tested by

no test coverage detected