MCPcopy Create free account
hub / github.com/python-pillow/Pillow / _open

Method _open

src/PIL/ImageFile.py:173–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171 raise
172
173 def _open(self) -> None:
174 pass
175
176 # Context manager support
177 def __enter__(self) -> ImageFile:

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected