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

Method drop_rel_

tests/parts/test_document.py:352–353  ·  view source on GitHub ↗
(self, request: FixtureRequest)

Source from the content-addressed store, hash-verified

350
351 @pytest.fixture
352 def drop_rel_(self, request: FixtureRequest):
353 return method_mock(request, DocumentPart, "drop_rel", autospec=True)
354
355 @pytest.fixture
356 def FooterPart_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

method_mockFunction · 0.85

Tested by

no test coverage detected