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

Method text_frame_with_parent_

tests/text/test_text.py:461–464  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

459
460 @pytest.fixture
461 def text_frame_with_parent_(self, request):
462 parent_ = loose_mock(request, name="parent_")
463 text_frame = TextFrame(None, parent_)
464 return text_frame, parent_
465
466 @pytest.fixture
467 def text_prop_(self, request):

Callers

nothing calls this directly

Calls 2

TextFrameClass · 0.90
loose_mockFunction · 0.85

Tested by

no test coverage detected