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

Method pic

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

Source from the content-addressed store, hash-verified

474
475 @pytest.fixture
476 def pic(self):
477 return a_pic().with_nsdecls().with_child(an_spPr()).element
478
479 @pytest.fixture
480 def pic_with_off(self, left, top):

Callers

nothing calls this directly

Calls 4

a_picFunction · 0.85
an_spPrFunction · 0.85
with_childMethod · 0.80
with_nsdeclsMethod · 0.80

Tested by

no test coverage detected