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

Method len_fixture

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

Source from the content-addressed store, hash-verified

683 ]
684 )
685 def len_fixture(self, request):
686 tbl_cxml, expected_len = request.param
687 columns = _ColumnCollection(element(tbl_cxml), None)
688 return columns, expected_len
689
690
691class Describe_Row(object):

Callers

nothing calls this directly

Calls 2

_ColumnCollectionClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected