(self, request, TextFrame_)
| 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 |