.. _f-winzipfile: module ``filehelper.winzipfile`` ================================ .. inheritance-diagram:: pyquickhelper.filehelper.winzipfile Short summary +++++++++++++ module ``pyquickhelper.filehelper.winzipfile`` Fix a bug: see https://bugs.python.org/issue6839. :githublink:`%|py|5` Classes +++++++ +----------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +======================================================================+=======================================================================================================================+ | :class:`WinZipFile ` | Overwrite method :epkg:`*py:zipfile:ZipFile:open`. Issue `6839 `_ happens when ... | +----------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ Properties ++++++++++ +--------------------------------------------------------------------------+------------------------------------------------+ | property | truncated documentation | +==========================================================================+================================================+ | :meth:`comment ` | The comment text associated with the ZIP file. | +--------------------------------------------------------------------------+------------------------------------------------+ Methods +++++++ +--------------------------------------------------------------------+--------------------------------------+ | method | truncated documentation | +====================================================================+======================================+ | :meth:`open ` | Returns file-like object for 'name'. | +--------------------------------------------------------------------+--------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.filehelper.winzipfile :members: :special-members: __init__ :show-inheritance: