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

Method __init__

src/pptx/table.py:384–387  ·  view source on GitHub ↗
(self, gridCol: CT_TableCol, parent: _ColumnCollection)

Source from the content-addressed store, hash-verified

382 """Table column"""
383
384 def __init__(self, gridCol: CT_TableCol, parent: _ColumnCollection):
385 super(_Column, self).__init__(parent)
386 self._parent = parent
387 self._gridCol = gridCol
388
389 @property
390 def width(self) -> Length:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected