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

Method decode_fixture

tests/text/test_fonts.py:612–615  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

610 ]
611 )
612 def decode_fixture(self, request):
613 platform_id, encoding_id, raw_name, expected_value = request.param
614 name_table = _NameTable(None, None, None, None)
615 return name_table, raw_name, platform_id, encoding_id, expected_value
616
617 @pytest.fixture(
618 params=[

Callers

nothing calls this directly

Calls 1

_NameTableClass · 0.90

Tested by

no test coverage detected