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

Method txPr_fixture

tests/chart/test_axis.py:1002–1006  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

1000 ]
1001 )
1002 def txPr_fixture(self, request):
1003 xAx_cxml, expected_cxml = request.param
1004 tick_labels = TickLabels(element(xAx_cxml))
1005 expected_xml = xml(expected_cxml)
1006 return tick_labels, expected_xml
1007
1008 # fixture components ---------------------------------------------
1009

Callers

nothing calls this directly

Calls 3

TickLabelsClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected