mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-02 20:53:37 +02:00
...
This commit is contained in:
@@ -1860,3 +1860,4 @@ def request_callback_with_thumbnail(
|
||||
scale: float = 0.25, max_width: int = 480
|
||||
) -> None: ...
|
||||
def png_from_32bit_rgba_data(data: bytes, width: int, height: int, flip_vertically: bool = False) -> bytes: ...
|
||||
def set_uint_at_address(address: int, value: int) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user