Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
Callers
1
it_has_an__enter__method_for_context_management
Method · 0.45
Calls
no outgoing calls
Tested by
1
it_has_an__enter__method_for_context_management
Method · 0.36