MicroPython/uzlib.py

Tue, 27 Aug 2019 12:27:36 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 27 Aug 2019 12:27:36 +0200
changeset 4
f5e2683cdbe6
parent 2
2c3f30af031d
permissions
-rw-r--r--

Finished the MicroPython stubs.

# -*- coding: utf-8 -*-

# Copyright (c) 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Module containing stubs for API generation of the def 'uzlib' module.
"""

def decompress(data, wbits=0, bufsize=0):
    pass

class DecompIO():
    def __init__(self, stream, wbits=0):
        pass

eric ide

mercurial