Method
__init__
(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
Tested by
no test coverage detected