Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ horz_offset_get_fixture
Method
horz_offset_get_fixture
tests/chart/test_legend.py:80–83 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
78
]
79
)
80
def
horz_offset_get_fixture(self, request):
81
legend_cxml, expected_value = request.param
82
legend = Legend(element(legend_cxml))
83
return
legend, expected_value
84
85
@pytest.fixture(
86
params=[
Callers
nothing calls this directly
Calls
2
Legend
Class · 0.90
element
Function · 0.85
Tested by
no test coverage detected