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

Method language_id_get_fixture

tests/text/test_text.py:582–585  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

580 ]
581 )
582 def language_id_get_fixture(self, request):
583 rPr_cxml, expected_value = request.param
584 font = Font(element(rPr_cxml))
585 return font, expected_value
586
587 @pytest.fixture(
588 params=[

Callers

nothing calls this directly

Calls 2

FontClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected