Files
typeshed/stubs
eggplants c383e95286 Fix box parameter type of Pillow.PIL.Image.paste (#8090)
When executing `img.paste(cropped, box=(10.5, 10.5))`:
TypeError: 'float' object cannot be interpreted as an integer

So the `box` parameter's type should be not `tuple[float, float]` but `tuple[int, int]`. (same as `_Box`)
2022-06-16 16:50:14 -07:00
..
2022-05-21 18:33:04 +02:00
2022-06-10 01:08:08 +01:00
2022-06-14 22:28:54 -07:00
2022-05-02 20:52:14 +02:00
2022-01-10 22:23:28 +02:00
2022-04-06 14:58:23 +02:00
2022-05-10 15:08:36 -07:00
2022-06-07 17:45:04 -07:00