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

Method __init__

src/pptx/dml/fill.py:33–36  ·  view source on GitHub ↗
(self, eg_fill_properties_parent: BaseOxmlElement, fill_obj: _Fill)

Source from the content-addressed store, hash-verified

31 """
32
33 def __init__(self, eg_fill_properties_parent: BaseOxmlElement, fill_obj: _Fill):
34 super(FillFormat, self).__init__()
35 self._xPr = eg_fill_properties_parent
36 self._fill = fill_obj
37
38 @classmethod
39 def from_fill_parent(cls, eg_fillProperties_parent: BaseOxmlElement) -> FillFormat:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected