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

Method height_set_fixture

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

Source from the content-addressed store, hash-verified

727 ]
728 )
729 def height_set_fixture(self, request, parent_):
730 tr_cxml, new_height, expected_tr_cxml = request.param
731 row = _Row(element(tr_cxml), parent_)
732 expected_xml = xml(expected_tr_cxml)
733 return row, new_height, expected_xml, parent_
734
735 # fixture components ---------------------------------------------
736

Callers

nothing calls this directly

Calls 3

_RowClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected