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

Class CT_Transform2DBuilder

tests/oxml/unitdata/shape.py:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125class CT_Transform2DBuilder(BaseBuilder):
126 __nspfxs__ = ("a",)
127 __attrs__ = ("rot", "flipH", "flipV")
128
129 def __init__(self, tag):
130 self.__tag__ = tag
131 super(CT_Transform2DBuilder, self).__init__()
132
133
134def a_cNvPr():

Callers 2

a_p_xfrmFunction · 0.85
an_xfrmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…