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

Method __exit__

src/pptx/text/fonts.py:108–109  ·  view source on GitHub ↗
(self, exception_type, exception_value, exception_tb)

Source from the content-addressed store, hash-verified

106 return self
107
108 def __exit__(self, exception_type, exception_value, exception_tb):
109 self._stream.close()
110
111 @property
112 def is_bold(self):

Calls 1

closeMethod · 0.80