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

Method dy_fixture

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

Source from the content-addressed store, hash-verified

100
101 @pytest.fixture
102 def dy_fixture(self, graphic_frame_):
103 tbl_cxml = "a:tbl/(a:tr{h=100},a:tr{h=200})"
104 table = Table(element(tbl_cxml), graphic_frame_)
105 expected_height = 300
106 return table, expected_height
107
108 # fixture components ---------------------------------------------
109

Callers

nothing calls this directly

Calls 2

TableClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected