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

Method __init__

src/pptx/chart/axis.py:22–25  ·  view source on GitHub ↗
(self, xAx)

Source from the content-addressed store, hash-verified

20 """Base class for chart axis objects. All axis objects share these properties."""
21
22 def __init__(self, xAx):
23 super(_BaseAxis, self).__init__()
24 self._element = xAx # axis element, c:catAx or c:valAx
25 self._xAx = xAx
26
27 @property
28 def axis_title(self):

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected