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

Method __init__

src/pptx/chart/datalabel.py:18–20  ·  view source on GitHub ↗
(self, dLbls)

Source from the content-addressed store, hash-verified

16 """
17
18 def __init__(self, dLbls):
19 super(DataLabels, self).__init__()
20 self._element = dLbls
21
22 @lazyproperty
23 def font(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected