Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __init__
Method
__init__
tests/oxml/unitdata/shape.py:129–131 ·
view source on GitHub ↗
(self, tag)
Source
from the content-addressed store, hash-verified
127
__attrs__ = (
"rot"
,
"flipH"
,
"flipV"
)
128
129
def
__init__(self, tag):
130
self.__tag__ = tag
131
super(CT_Transform2DBuilder, self).__init__()
132
133
134
def
a_cNvPr():
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected