mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
The class docstring for FetcherInterface needed to clearly state that only _fetch() had to be implemented in it's implementation. This is because the public API of the interface is implemented already. Signed-off-by: Abhisman Sarkar <abhisman.sarkar@gmail.com>
6 lines
No EOL
105 B
ReStructuredText
6 lines
No EOL
105 B
ReStructuredText
Fetcher
|
|
============
|
|
|
|
.. automodule:: tuf.ngclient.fetcher
|
|
:undoc-members:
|
|
:private-members: _fetch |