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

Method parent_

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

Source from the content-addressed store, hash-verified

528
529 @pytest.fixture
530 def parent_(self, request: FixtureRequest):
531 return instance_mock(request, Table)
532
533 @pytest.fixture
534 def tc_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

instance_mockFunction · 0.85

Tested by

no test coverage detected