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

Method _tc_above

src/docx/oxml/table.py:739–741  ·  view source on GitHub ↗

The `w:tc` element immediately above this one in its grid column.

(self)

Source from the content-addressed store, hash-verified

737
738 @property
739 def _tc_above(self) -> CT_Tc:
740 """The `w:tc` element immediately above this one in its grid column."""
741 return self._tr_above.tc_at_grid_offset(self.grid_offset)
742
743 @property
744 def _tc_below(self) -> CT_Tc | None:

Callers

nothing calls this directly

Calls 1

tc_at_grid_offsetMethod · 0.80

Tested by

no test coverage detected