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

Method dx_fixture

tests/test_table.py:95–99  ·  view source on GitHub ↗
(self, graphic_frame_)

Source from the content-addressed store, hash-verified

93
94 @pytest.fixture
95 def dx_fixture(self, graphic_frame_):
96 tbl_cxml = "a:tbl/a:tblGrid/(a:gridCol{w=111},a:gridCol{w=222})"
97 table = Table(element(tbl_cxml), graphic_frame_)
98 expected_width = 333
99 return table, expected_width
100
101 @pytest.fixture
102 def dy_fixture(self, graphic_frame_):

Callers

nothing calls this directly

Calls 2

TableClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected