Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
471
class
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.py
File · 0.45
test_fli_overflow
Function · 0.45
check_j2k_dos.py
File · 0.45
test_libtiff_segfault
Function · 0.45
test_ignore_dos_text
Function · 0.45
test_dos_text
Function · 0.45
test_dos_total_memory
Function · 0.45
test_qtables_leak
Function · 0.45
test_exif_leak
Function · 0.45
test_base_save
Function · 0.45
check_fli_oob.py
File · 0.45
check_jp2_overflow.py
File · 0.45
Calls
no outgoing calls
Tested by
10
test_fli_overflow
Function · 0.36
test_libtiff_segfault
Function · 0.36
test_ignore_dos_text
Function · 0.36
test_dos_text
Function · 0.36
test_dos_total_memory
Function · 0.36
test_qtables_leak
Function · 0.36
test_exif_leak
Function · 0.36
test_base_save
Function · 0.36
test_leak_load
Function · 0.36
test_leak_save
Function · 0.36