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

Method notify_height_changed

src/pptx/table.py:494–496  ·  view source on GitHub ↗

Called by a row when its height changes. Pass along to parent.

(self)

Source from the content-addressed store, hash-verified

492 return len(self._tbl.tr_lst)
493
494 def notify_height_changed(self):
495 """Called by a row when its height changes. Pass along to parent."""
496 self._parent.notify_height_changed()

Callers

nothing calls this directly

Calls 1

notify_height_changedMethod · 0.45

Tested by

no test coverage detected