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

Method __init__

src/pptx/table.py:29–32  ·  view source on GitHub ↗
(self, tbl: CT_Table, graphic_frame: GraphicFrame)

Source from the content-addressed store, hash-verified

27 """
28
29 def __init__(self, tbl: CT_Table, graphic_frame: GraphicFrame):
30 super(Table, self).__init__()
31 self._tbl = tbl
32 self._graphic_frame = graphic_frame
33
34 def cell(self, row_idx: int, col_idx: int) -> _Cell:
35 """Return cell at `row_idx`, `col_idx`.

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected