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

Method table

tests/test_table.py:321–323  ·  view source on GitHub ↗
(self, document_: Mock)

Source from the content-addressed store, hash-verified

319
320 @pytest.fixture
321 def table(self, document_: Mock):
322 tbl_cxml = "w:tbl/(w:tblGrid/(w:gridCol,w:gridCol),w:tr/(w:tc,w:tc),w:tr/(w:tc,w:tc))"
323 return Table(cast(CT_Tbl, element(tbl_cxml)), document_)
324
325
326class Describe_Cell:

Callers

nothing calls this directly

Calls 2

TableClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected