.. _f-internethelper: module ``filehelper.internet_helper`` ===================================== .. inheritance-diagram:: pyquickhelper.filehelper.internet_helper Short summary +++++++++++++ module ``pyquickhelper.filehelper.internet_helper`` Gather functions about downloading from internet, ... :githublink:`%|py|5` Classes +++++++ +---------------------------------------------------------------------------------------+-----------------------------+ | class | truncated documentation | +=======================================================================================+=============================+ | :class:`ReadUrlException ` | Raised by :func:`read_url`. | +---------------------------------------------------------------------------------------+-----------------------------+ Functions +++++++++ +----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +======================================================================+======================================================================================================================+ | :func:`download ` | Downloads a small file. If *url* is an url, it downloads the file and returns the downloaded filename. If it has ... | +----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :func:`read_url ` | Reads the content of a url. | +----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.filehelper.internet_helper :members: :special-members: __init__ :show-inheritance: