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

Method __init__

src/pptx/dml/fill.py:376–378  ·  view source on GitHub ↗
(self, gs)

Source from the content-addressed store, hash-verified

374 """
375
376 def __init__(self, gs):
377 super(_GradientStop, self).__init__(gs)
378 self._gs = gs
379
380 @lazyproperty
381 def color(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected