MCPcopy Index your code
hub / github.com/python-openxml/python-docx / it_knows_its_height

Method it_knows_its_height

tests/test_table.py:699–701  ·  view source on GitHub ↗
(self, tr_cxml: str, expected_value: int | None, parent_: Mock)

Source from the content-addressed store, hash-verified

697 ],
698 )
699 def it_knows_its_height(self, tr_cxml: str, expected_value: int | None, parent_: Mock):
700 row = _Row(cast(CT_Row, element(tr_cxml)), parent_)
701 assert row.height == expected_value
702
703 @pytest.mark.parametrize(
704 ("tr_cxml", "new_value", "expected_cxml"),

Callers

nothing calls this directly

Calls 2

_RowClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected