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

Method table_

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

Source from the content-addressed store, hash-verified

652
653 @pytest.fixture
654 def table_(self, request: FixtureRequest):
655 return instance_mock(request, Table)
656
657
658class Describe_Row:

Callers

nothing calls this directly

Calls 1

instance_mockFunction · 0.85

Tested by

no test coverage detected