rec_to_nwb.processing.tools.abstract_file_downloader¶
Module with Interface to download a file
- Class:
AbstractFileDownloader()
Module Contents¶
Classes¶
Interface to download a file |
-
class
AbstractFileDownloader¶ Interface to download a file
- Abstract methods:
download_file() start_downloading()
-
abstract
download_file(self, url)¶ Check parameters and call start_downloading(url)
:param : param url: custom url to file
-
abstract
start_downloading(self, url)¶ Start downloading from url
:param : param url: url to file