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

Method table_

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

Source from the content-addressed store, hash-verified

840
841 @pytest.fixture
842 def table_(self, request: FixtureRequest):
843 return instance_mock(request, Table)
844
845 @pytest.fixture
846 def table_prop_(self, request: FixtureRequest, table_: Mock):

Callers

nothing calls this directly

Calls 1

instance_mockFunction · 0.85

Tested by

no test coverage detected