MCPcopy Create free account
hub / github.com/scanny/python-pptx / close_fixture

Method close_fixture

tests/text/test_fonts.py:371–373  ·  view source on GitHub ↗
(self, file_)

Source from the content-addressed store, hash-verified

369
370 @pytest.fixture
371 def close_fixture(self, file_):
372 stream = _Stream(file_)
373 return stream, file_
374
375 @pytest.fixture
376 def read_fixture(self, file_):

Callers

nothing calls this directly

Calls 1

_StreamClass · 0.90

Tested by

no test coverage detected