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

Method _new_tc

src/docx/oxml/table.py:142–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140 self.insert(0, trPr)
141
142 def _new_tc(self):
143 return CT_Tc.new()
144
145
146class CT_Tbl(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

newMethod · 0.45

Tested by

no test coverage detected