mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 08:14:02 +08:00
Add a very basic bz2 stub
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Stubs for bz2
|
||||
|
||||
# TODO: This stub is incomplete
|
||||
|
||||
def compress(data: bytes, compresslevel: int = ...) -> bytes: ...
|
||||
def decompress(data: bytes) -> bytes: ...
|
||||
Reference in New Issue
Block a user