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

Method __init__

src/pptx/table.py:171–173  ·  view source on GitHub ↗
(self, tc: CT_TableCell, parent: ProvidesPart)

Source from the content-addressed store, hash-verified

169 """Table cell"""
170
171 def __init__(self, tc: CT_TableCell, parent: ProvidesPart):
172 super(_Cell, self).__init__(parent)
173 self._tc = tc
174
175 def __eq__(self, other: object) -> bool:
176 """|True| if this object proxies the same element as `other`.

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected