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

Method len_fixture

tests/test_slide.py:861–864  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

859 ]
860 )
861 def len_fixture(self, request):
862 sldLayoutIdLst_cxml, expected_value = request.param
863 slide_layouts = SlideLayouts(element(sldLayoutIdLst_cxml), None)
864 return slide_layouts, expected_value
865
866 # fixture components ---------------------------------------------
867

Callers

nothing calls this directly

Calls 2

SlideLayoutsClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected