.. _f-moduleinstallpagewheel: module ``installhelper.module_install_page_wheel`` ================================================== .. inheritance-diagram:: pymyinstall.installhelper.module_install_page_wheel Short summary +++++++++++++ module ``pymyinstall.installhelper.module_install_page_wheel`` Functions get_page_wheel :githublink:`%|py|6` Classes +++++++ +--------------------------------------------------------------------------------------------------------+---------------------------------------------------+ | class | truncated documentation | +========================================================================================================+===================================================+ | :class:`HTMLParser4Links ` | extreact all links ni HTML page | +--------------------------------------------------------------------------------------------------------+---------------------------------------------------+ | :class:`InternalJsException ` | Raises when a javascript url cannot be decrypted. | +--------------------------------------------------------------------------------------------------------+---------------------------------------------------+ Functions +++++++++ +-------------------------------------------------------------------------------------------------------------+------------------------------------------+ | function | truncated documentation | +=============================================================================================================+==========================================+ | :func:`_cg_dl ` | compressed | +-------------------------------------------------------------------------------------------------------------+------------------------------------------+ | :func:`_cg_dl1 ` | | +-------------------------------------------------------------------------------------------------------------+------------------------------------------+ | :func:`_clean_page_wheel ` | remove unexpected characters | +-------------------------------------------------------------------------------------------------------------+------------------------------------------+ | :func:`enumerate_links_module ` | Selects the links for a specific module. | +-------------------------------------------------------------------------------------------------------------+------------------------------------------+ | :func:`extract_all_links ` | parses HTML to extract all links | +-------------------------------------------------------------------------------------------------------------+------------------------------------------+ | :func:`read_page_wheel ` | read a cached HTML page | +-------------------------------------------------------------------------------------------------------------+------------------------------------------+ | :func:`save_page_wheel ` | cache a HTML page | +-------------------------------------------------------------------------------------------------------------+------------------------------------------+ Methods +++++++ +----------------------------------------------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +================================================================================================================+=========================+ | :py:meth:`__init__ ` | constructor | +----------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`handle_data ` | stores data if a link | +----------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`handle_endtag ` | ends of a tag | +----------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`handle_starttag ` | enters a tag | +----------------------------------------------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.installhelper.module_install_page_wheel :members: :special-members: __init__ :show-inheritance: