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

Method add_tc

src/pptx/oxml/table.py:436–438  ·  view source on GitHub ↗

A newly added minimal valid `a:tc` child element.

(self)

Source from the content-addressed store, hash-verified

434 h: Length = RequiredAttribute("h", ST_Coordinate) # pyright: ignore[reportAssignmentType]
435
436 def add_tc(self) -> CT_TableCell:
437 """A newly added minimal valid `a:tc` child element."""
438 return self._add_tc()
439
440 @property
441 def row_idx(self) -> int:

Callers 1

new_tblMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected