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

Method text_frame_fixture

tests/chart/test_axis.py:765–768  ·  view source on GitHub ↗
(self, request, TextFrame_)

Source from the content-addressed store, hash-verified

763
764 @pytest.fixture
765 def text_frame_fixture(self, request, TextFrame_):
766 axis_title = AxisTitle(element("c:title"))
767 text_frame_ = TextFrame_.return_value
768 return axis_title, TextFrame_, text_frame_
769
770 # fixture components ---------------------------------------------
771

Callers

nothing calls this directly

Calls 2

AxisTitleClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected