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

Class CT_Lvl

src/pptx/oxml/chart/series.py:68–74  ·  view source on GitHub ↗

`` `` custom element class used in multi-level categories to specify a level of hierarchy.

Source from the content-addressed store, hash-verified

66
67
68class CT_Lvl(BaseOxmlElement):
69 """
70 ``<c:lvl>`` custom element class used in multi-level categories to
71 specify a level of hierarchy.
72 """
73
74 pt = ZeroOrMore("c:pt", successors=())
75
76
77class CT_NumDataSource(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

ZeroOrMoreClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…