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

Method BaseShapeFactory_

tests/shapes/test_shapetree.py:281–287  ·  view source on GitHub ↗
(self, request, shape_)

Source from the content-addressed store, hash-verified

279
280 @pytest.fixture
281 def BaseShapeFactory_(self, request, shape_):
282 return function_mock(
283 request,
284 "pptx.shapes.shapetree.BaseShapeFactory",
285 return_value=shape_,
286 autospec=True,
287 )
288
289 @pytest.fixture
290 def placeholder_(self, request):

Callers

nothing calls this directly

Calls 1

function_mockFunction · 0.85

Tested by

no test coverage detected