Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __init__
Method
__init__
src/pptx/chart/data.py:516–520 ·
view source on GitHub ↗
(self, label, parent)
Source
from the content-addressed store, hash-verified
514
""
"
515
516
def
__init__(self, label, parent):
517
super(Category, self).__init__()
518
self._label = label
519
self._parent = parent
520
self._sub_categories = []
521
522
def
add_sub_category(self, label):
523
""
"
Callers
6
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected