Conf¶
-
class
astropy.utils.data.Conf[source]¶ Bases:
astropy.config.ConfigNamespaceConfiguration parameters for
astropy.utils.data.Attributes Summary
compute_hash_block_sizeBlock size for computing MD5 file hashes. dataurlPrimary URL for astropy remote data site. dataurl_mirrorMirror URL for astropy remote data site. delete_temporary_downloads_at_exitIf True, temporary download files created when the cache is inaccessible will be deleted at the end of the python session. download_block_sizeNumber of bytes of remote data to download per step. download_cache_lock_attemptsNumber of times to try to get the lock while accessing the data cache before giving up. remote_timeoutTime to wait for remote data queries (in seconds). Attributes Documentation
-
compute_hash_block_size¶ Block size for computing MD5 file hashes.
-
dataurl¶ Primary URL for astropy remote data site.
-
dataurl_mirror¶ Mirror URL for astropy remote data site.
-
delete_temporary_downloads_at_exit¶ If True, temporary download files created when the cache is inaccessible will be deleted at the end of the python session.
-
download_block_size¶ Number of bytes of remote data to download per step.
-
download_cache_lock_attempts¶ Number of times to try to get the lock while accessing the data cache before giving up.
-
remote_timeout¶ Time to wait for remote data queries (in seconds).
-