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

Method adjustments

tests/shapes/test_autoshape.py:163–165  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

161
162 @pytest.fixture
163 def adjustments(self):
164 prstGeom = a_prstGeom().with_nsdecls().with_prst("chevron").element
165 return AdjustmentCollection(prstGeom)
166
167 @pytest.fixture
168 def adjustments_with_prstGeom_(self, request):

Callers

nothing calls this directly

Calls 3

a_prstGeomFunction · 0.85
with_nsdeclsMethod · 0.80

Tested by

no test coverage detected