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

Method phys_reader

tests/opc/test_phys_pkg.py:118–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116
117 @pytest.fixture(scope="class")
118 def phys_reader(self):
119 phys_reader = _ZipPkgReader(zip_pkg_path)
120 yield phys_reader
121 phys_reader.close()
122
123 @pytest.fixture
124 def pkg_file_(self, request):

Callers

nothing calls this directly

Calls 2

_ZipPkgReaderClass · 0.90
closeMethod · 0.45

Tested by

no test coverage detected