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

Method has_tf_set_fixture

tests/chart/test_chart.py:508–512  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

506 ]
507 )
508 def has_tf_set_fixture(self, request):
509 title_cxml, value, expected_cxml = request.param
510 chart_title = ChartTitle(element(title_cxml))
511 expected_xml = xml(expected_cxml)
512 return chart_title, value, expected_xml
513
514 @pytest.fixture
515 def text_frame_fixture(self, request, TextFrame_):

Callers

nothing calls this directly

Calls 3

ChartTitleClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected