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

Method __enter__

src/pptx/text/fonts.py:105–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 self._stream = stream
104
105 def __enter__(self):
106 return self
107
108 def __exit__(self, exception_type, exception_value, exception_tb):
109 self._stream.close()

Calls

no outgoing calls