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

Method __init__

src/pptx/text/fonts.py:102–103  ·  view source on GitHub ↗
(self, stream)

Source from the content-addressed store, hash-verified

100 """
101
102 def __init__(self, stream):
103 self._stream = stream
104
105 def __enter__(self):
106 return self

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected