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

Method family_fixture

tests/text/test_fonts.py:625–629  ·  view source on GitHub ↗
(self, request, _names_prop_)

Source from the content-addressed store, hash-verified

623 ]
624 )
625 def family_fixture(self, request, _names_prop_):
626 names, expected_value = request.param
627 name_table = _NameTable(None, None, None, None)
628 _names_prop_.return_value = names
629 return name_table, expected_value
630
631 @pytest.fixture
632 def header_fixture(self, _table_bytes_prop_):

Callers

nothing calls this directly

Calls 1

_NameTableClass · 0.90

Tested by

no test coverage detected