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

Method line_fixture

tests/dml/test_chtfmt.py:65–69  ·  view source on GitHub ↗
(self, request, LineFormat_, line_)

Source from the content-addressed store, hash-verified

63 ]
64 )
65 def line_fixture(self, request, LineFormat_, line_):
66 cxml, expected_cxml = request.param
67 chart_format = ChartFormat(element(cxml))
68 expected_xml = xml(expected_cxml)
69 return chart_format, LineFormat_, line_, expected_xml
70
71 # fixture components ---------------------------------------------
72

Callers

nothing calls this directly

Calls 3

ChartFormatClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected