Newton_Editor/plugins/gtksourceview/lsp_manager/websockets/speedups.pyi

2 lines
55 B
Python
Raw Normal View History

2024-09-12 05:25:40 +00:00
def apply_mask(data: bytes, mask: bytes) -> bytes: ...