Mercurial > code > home > repos > light9
view stubs/PIL/__init__.pyi @ 2056:be860a233793
ide
author | drewp@bigasterisk.com |
---|---|
date | Fri, 13 May 2022 01:11:36 -0700 |
parents | 88ca10c9e31a |
children |
line wrap: on
line source
# Stubs for PIL (Python 3) # class Image: @classmethod def open(cls) -> Image: ... @classmethod def frombytes(cls, mode, size, data): ...