67 lines
1.3 KiB
Python
67 lines
1.3 KiB
Python
"""
|
|
Auto-generated Python stub file from __zlib.test_pyzlib.py
|
|
Module: __zlib.test_pyzlib
|
|
"""
|
|
|
|
|
|
from stdint import *
|
|
import pyzlib
|
|
import zhuff
|
|
import zdef
|
|
from stdio import printf
|
|
import stdlib
|
|
from string import strlen
|
|
import string
|
|
import t, c
|
|
|
|
test_passed: t.CExtern | t.CInt
|
|
test_failed: t.CExtern | t.CInt
|
|
|
|
def check(name: str, condition: t.CInt, detail: str) -> t.CInt: pass
|
|
|
|
def print_hex_test(data: BYTEPTR, length: t.CSizeT, max_show: t.CSizeT) -> t.CInt: pass
|
|
|
|
def print_separator() -> t.CInt: pass
|
|
|
|
def section_header(title: str) -> t.CInt: pass
|
|
|
|
def section_footer() -> t.CInt: pass
|
|
|
|
def test_version() -> t.CInt: pass
|
|
|
|
def test_compress_decompress() -> t.CInt: pass
|
|
|
|
def test_compress_levels() -> t.CInt: pass
|
|
|
|
def test_compressobj() -> t.CInt: pass
|
|
|
|
def test_decompressobj() -> t.CInt: pass
|
|
|
|
def test_decompressobj_max_length() -> t.CInt: pass
|
|
|
|
def test_decompressobj_unused_data() -> t.CInt: pass
|
|
|
|
def test_compress_copy() -> t.CInt: pass
|
|
|
|
def test_decompress_copy() -> t.CInt: pass
|
|
|
|
def test_adler32() -> t.CInt: pass
|
|
|
|
def test_crc32() -> t.CInt: pass
|
|
|
|
def test_empty_compress() -> t.CInt: pass
|
|
|
|
def test_gzip_format() -> t.CInt: pass
|
|
|
|
def test_raw_deflate() -> t.CInt: pass
|
|
|
|
def test_zdict() -> t.CInt: pass
|
|
|
|
def test_huffman_tree() -> t.CInt: pass
|
|
|
|
def test_error_handling() -> t.CInt: pass
|
|
|
|
def test_constants() -> t.CInt: pass
|
|
|
|
def main123456() -> t.CInt: pass
|