MCPcopy Index your code
hub / github.com/python-openxml/python-docx / table_

Method table_

tests/test_table.py:615–616  ·  view source on GitHub ↗
(self, request: FixtureRequest)

Source from the content-addressed store, hash-verified

613
614 @pytest.fixture
615 def table_(self, request: FixtureRequest):
616 return instance_mock(request, Table)
617
618 @pytest.fixture
619 def table_prop_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

instance_mockFunction · 0.85

Tested by

no test coverage detected