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

Method open

src/PIL/ImageFile.py:472–473  ·  view source on GitHub ↗
(self, im: StubImageFile)

Source from the content-addressed store, hash-verified

470
471class StubHandler(abc.ABC):
472 def open(self, im: StubImageFile) -> None:
473 pass
474
475 @abc.abstractmethod
476 def load(self, im: StubImageFile) -> Image.Image:

Callers 15

check_icns_dos.pyFile · 0.45
test_fli_overflowFunction · 0.45
check_j2k_dos.pyFile · 0.45
test_libtiff_segfaultFunction · 0.45
test_ignore_dos_textFunction · 0.45
test_dos_textFunction · 0.45
test_dos_total_memoryFunction · 0.45
test_qtables_leakFunction · 0.45
test_exif_leakFunction · 0.45
test_base_saveFunction · 0.45
check_fli_oob.pyFile · 0.45

Calls

no outgoing calls

Tested by 10

test_fli_overflowFunction · 0.36
test_libtiff_segfaultFunction · 0.36
test_ignore_dos_textFunction · 0.36
test_dos_textFunction · 0.36
test_dos_total_memoryFunction · 0.36
test_qtables_leakFunction · 0.36
test_exif_leakFunction · 0.36
test_base_saveFunction · 0.36
test_leak_loadFunction · 0.36
test_leak_saveFunction · 0.36