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

Method style_set_fixture

tests/chart/test_marker.py:120–124  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

118 ]
119 )
120 def style_set_fixture(self, request):
121 cxml, value, expected_cxml = request.param
122 marker = Marker(element(cxml))
123 expected_xml = xml(expected_cxml)
124 return marker, value, expected_xml
125
126 # fixture components ---------------------------------------------
127

Callers

nothing calls this directly

Calls 3

MarkerClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected