Mercurial > code > home > repos > light9
view stubs/PIL/__init__.pyi @ 2321:ed0db55f604c
use undefined for 'nothing selected' insetad of null
author | drewp@bigasterisk.com |
---|---|
date | Thu, 01 Jun 2023 14:20:40 -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): ...