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

Method anchor_get_fixture

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

Source from the content-addressed store, hash-verified

355 ]
356 )
357 def anchor_get_fixture(self, request):
358 tc_cxml, expected_value = request.param
359 cell = _Cell(element(tc_cxml), None)
360 return cell, expected_value
361
362 @pytest.fixture(
363 params=[

Callers

nothing calls this directly

Calls 2

_CellClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected