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

Method __init__

src/pptx/dml/fill.py:337–339  ·  view source on GitHub ↗
(self, solidFill)

Source from the content-addressed store, hash-verified

335 """Provides access to fill properties such as color for solid fills."""
336
337 def __init__(self, solidFill):
338 super(_SolidFill, self).__init__()
339 self._solidFill = solidFill
340
341 @lazyproperty
342 def fore_color(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected