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

Method pkg_file

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

Source from the content-addressed store, hash-verified

164
165 @pytest.fixture
166 def pkg_file(self):
167 pkg_file = io.BytesIO()
168 yield pkg_file
169 pkg_file.close()
170
171
172# fixtures -------------------------------------------------

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected