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

Method __init__

src/pptx/shapes/base.py:224–226  ·  view source on GitHub ↗
(self, element: CT_Placeholder)

Source from the content-addressed store, hash-verified

222 """
223
224 def __init__(self, element: CT_Placeholder):
225 super().__init__(element)
226 self._ph = element
227
228 @property
229 def element(self) -> CT_Placeholder:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected