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

Method part_fixture

tests/shapes/test_base.py:305–308  ·  view source on GitHub ↗
(self, shapes_)

Source from the content-addressed store, hash-verified

303
304 @pytest.fixture
305 def part_fixture(self, shapes_):
306 parent_ = shapes_
307 shape = BaseShape(None, parent_)
308 return shape, parent_
309
310 @pytest.fixture
311 def phfmt_fixture(self, _PlaceholderFormat_, placeholder_format_):

Callers

nothing calls this directly

Calls 1

BaseShapeClass · 0.90

Tested by

no test coverage detected