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

Method __init__

src/pptx/table.py:454–457  ·  view source on GitHub ↗
(self, tbl: CT_Table, parent: Table)

Source from the content-addressed store, hash-verified

452 """Sequence of table columns."""
453
454 def __init__(self, tbl: CT_Table, parent: Table):
455 super(_ColumnCollection, self).__init__(parent)
456 self._parent = parent
457 self._tbl = tbl
458
459 def __getitem__(self, idx: int):
460 """Provides indexed access, (e.g. 'columns[0]')."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected