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

Method init

src/PIL/ImageFile.py:763–770  ·  view source on GitHub ↗

Override to perform codec specific initialization :param args: Tuple of arg items from the tile entry :returns: None

(self, args: tuple[Any, ...])

Source from the content-addressed store, hash-verified

761 self.init(args)
762
763 def init(self, args: tuple[Any, ...]) -> None:
764 """
765 Override to perform codec specific initialization
766
767 :param args: Tuple of arg items from the tile entry
768 :returns: None
769 """
770 self.args = args
771
772 def cleanup(self) -> None:
773 """

Callers 2

__init__Method · 0.95
pilinfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected