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

Method hlink

tests/text/test_text.py:725–729  ·  view source on GitHub ↗
(self, request, part_)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

_HyperlinkClass · 0.90
an_rPrFunction · 0.85
property_mockFunction · 0.85
with_nsdeclsMethod · 0.80

Tested by

no test coverage detected