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

Method width_set_fixture

tests/test_table.py:607–611  ·  view source on GitHub ↗
(self, request, parent_)

Source from the content-addressed store, hash-verified

605 ]
606 )
607 def width_set_fixture(self, request, parent_):
608 gridCol_cxml, new_width, expected_gridCol_cxml = request.param
609 column = _Column(element(gridCol_cxml), parent_)
610 expected_xml = xml(expected_gridCol_cxml)
611 return column, new_width, expected_xml, parent_
612
613 # fixture components ---------------------------------------------
614

Callers

nothing calls this directly

Calls 3

_ColumnClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected