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

Method boolprop_set_fixture

tests/test_table.py:190–194  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

188 ]
189 )
190 def boolprop_set_fixture(self, request):
191 tbl_cxml, boolprop_name, new_value, expected_tbl_cxml = request.param
192 table = Table(element(tbl_cxml), None)
193 expected_xml = xml(expected_tbl_cxml)
194 return table, boolprop_name, new_value, expected_xml
195
196
197class Describe_Cell(object):

Callers

nothing calls this directly

Calls 3

TableClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected