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

Method __init__

src/pptx/dml/fill.py:224–225  ·  view source on GitHub ↗
(self, gradFill)

Source from the content-addressed store, hash-verified

222 """Proxies an `a:gradFill` element."""
223
224 def __init__(self, gradFill):
225 self._element = self._gradFill = gradFill
226
227 @property
228 def gradient_angle(self):

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected