Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-openxml/python-docx
/ load_
Method
load_
tests/parts/test_settings.py:53–54 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
51
52
@pytest.fixture
53
def
load_(self, request):
54
return
method_mock(request, SettingsPart,
"load"
, autospec=False)
55
56
@pytest.fixture
57
def
package_(self, request):
Callers
nothing calls this directly
Calls
1
method_mock
Function · 0.85
Tested by
no test coverage detected