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

Method __init__

src/pptx/shared.py:21–22  ·  view source on GitHub ↗
(self, element: BaseOxmlElement)

Source from the content-addressed store, hash-verified

19 """
20
21 def __init__(self, element: BaseOxmlElement):
22 self._element = element
23
24 def __eq__(self, other: object) -> bool:
25 """Return |True| if this proxy object refers to the same oxml element as does *other*.

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected