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

Method subshape_with_parent_

tests/shapes/test_base.py:587–590  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

585
586 @pytest.fixture
587 def subshape_with_parent_(self, request):
588 parent_ = loose_mock(request, name="parent_")
589 subshape = Subshape(parent_)
590 return subshape, parent_
591
592
593class Describe_PlaceholderFormat(object):

Callers

nothing calls this directly

Calls 2

SubshapeClass · 0.90
loose_mockFunction · 0.85

Tested by

no test coverage detected