Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __init__
Method
__init__
src/pptx/chart/axis.py:342–344 ·
view source on GitHub ↗
(self, xAx_elm)
Source
from the content-addressed store, hash-verified
340
""
"A service class providing access to formatting of axis tick mark labels."
""
341
342
def
__init__(self, xAx_elm):
343
super(TickLabels, self).__init__()
344
self._element = xAx_elm
345
346
@lazyproperty
347
def
font(self):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected