MCPcopy Index your code
hub / github.com/python-pillow/Pillow / _load

Method _load

src/PIL/ImageFile.py:505–507  ·  view source on GitHub ↗

(Hook) Find actual image loader.

(self)

Source from the content-addressed store, hash-verified

503
504 @abc.abstractmethod
505 def _load(self) -> StubHandler | None:
506 """(Hook) Find actual image loader."""
507 pass
508
509
510class Parser:

Callers 2

loadMethod · 0.95
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected