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

Method it_knows_its_direction

tests/test_table.py:187–191  ·  view source on GitHub ↗
(
        self, tbl_cxml: str, expected_value: WD_TABLE_DIRECTION | None, document_: Mock
    )

Source from the content-addressed store, hash-verified

185 ],
186 )
187 def it_knows_its_direction(
188 self, tbl_cxml: str, expected_value: WD_TABLE_DIRECTION | None, document_: Mock
189 ):
190 tbl = cast(CT_Tbl, element(tbl_cxml))
191 assert Table(tbl, document_).table_direction == expected_value
192
193 @pytest.mark.parametrize(
194 ("tbl_cxml", "new_value", "expected_cxml"),

Callers

nothing calls this directly

Calls 2

TableClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected