FileDownloader ============== (class from :py:mod:`pyomo.common.download`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.common.download import * try: from pyomo.common.download import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.common.download .. autoclass:: pyomo.common.download::FileDownloader :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~FileDownloader.__init__ ~FileDownloader.create_parser ~FileDownloader.destination ~FileDownloader.get_binary_file ~FileDownloader.get_binary_file_from_zip_archive ~FileDownloader.get_file ~FileDownloader.get_gzipped_binary_file ~FileDownloader.get_os_version ~FileDownloader.get_platform_url ~FileDownloader.get_sysinfo ~FileDownloader.get_tar_archive ~FileDownloader.get_text_file ~FileDownloader.get_url ~FileDownloader.get_zip_archive ~FileDownloader.parse_args ~FileDownloader.retrieve_url ~FileDownloader.set_destination_filename .. rubric:: Member Documentation