Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __init__
Method
__init__
src/pptx/dml/fill.py:299–301 ·
view source on GitHub ↗
(self, pattFill)
Source
from the content-addressed store, hash-verified
297
""
"Provides access to patterned fill properties."
""
298
299
def
__init__(self, pattFill):
300
super(_PattFill, self).__init__()
301
self._element = self._pattFill = pattFill
302
303
@lazyproperty
304
def
back_color(self):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected