MCPcopy
hub / github.com/python-pillow/Pillow / cleanup

Method cleanup

src/PIL/ImageFile.py:772–778  ·  view source on GitHub ↗

Override to perform codec specific cleanup :returns: None

(self)

Source from the content-addressed store, hash-verified

770 self.args = args
771
772 def cleanup(self) -> None:
773 """
774 Override to perform codec specific cleanup
775
776 :returns: None
777 """
778 pass
779
780 def setfd(self, fd: IO[bytes]) -> None:
781 """

Callers 2

loadMethod · 0.45
_encode_tileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected