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

Method notify_width_changed

src/pptx/table.py:470–472  ·  view source on GitHub ↗

Called by a column when its width changes. Pass along to parent.

(self)

Source from the content-addressed store, hash-verified

468 return len(self._tbl.tblGrid.gridCol_lst)
469
470 def notify_width_changed(self):
471 """Called by a column when its width changes. Pass along to parent."""
472 self._parent.notify_width_changed()
473
474
475class _RowCollection(Subshape):

Callers

nothing calls this directly

Calls 1

notify_width_changedMethod · 0.45

Tested by

no test coverage detected