Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __init__
Method
__init__
src/pptx/slide.py:467–469 ·
view source on GitHub ↗
(self, cSld: CT_CommonSlideData)
Source
from the content-addressed store, hash-verified
465
""
"
466
467
def
__init__(self, cSld: CT_CommonSlideData):
468
super(_Background, self).__init__(cSld)
469
self._cSld = cSld
470
471
@lazyproperty
472
def
fill(self):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected