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

Method __init__

src/pptx/shapes/base.py:27–30  ·  view source on GitHub ↗
(self, shape_elm: ShapeElement, parent: ProvidesPart)

Source from the content-addressed store, hash-verified

25 """
26
27 def __init__(self, shape_elm: ShapeElement, parent: ProvidesPart):
28 super().__init__()
29 self._element = shape_elm
30 self._parent = parent
31
32 def __eq__(self, other: object) -> bool:
33 """|True| if this shape object proxies the same element as *other*.

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected