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

Method graphicFrame

tests/shapes/test_base.py:421–423  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

419
420 @pytest.fixture
421 def graphicFrame(self):
422 # Note that <p:xfrm> element is required on graphicFrame
423 return a_graphicFrame().with_nsdecls().with_child(a_p_xfrm()).element
424
425 @pytest.fixture
426 def graphicFrame_with_ext(self, width, height):

Calls 4

a_graphicFrameFunction · 0.85
a_p_xfrmFunction · 0.85
with_childMethod · 0.80
with_nsdeclsMethod · 0.80

Tested by

no test coverage detected