mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2002 from abs007/patch-1916
Appending Fetcher docs to state the method to be implemented.
This commit is contained in:
commit
46979bb46d
2 changed files with 4 additions and 0 deletions
|
|
@ -3,3 +3,4 @@ Fetcher
|
|||
|
||||
.. automodule:: tuf.ngclient.fetcher
|
||||
:undoc-members:
|
||||
:private-members: _fetch
|
||||
|
|
@ -23,6 +23,9 @@ class FetcherInterface:
|
|||
By providing a concrete implementation of the abstract interface,
|
||||
users of the framework can plug-in their preferred/customized
|
||||
network stack.
|
||||
|
||||
Implementations of FetcherInterface only need to implement ``_fetch()``.
|
||||
The public API of the class is already implemented.
|
||||
"""
|
||||
|
||||
__metaclass__ = abc.ABCMeta
|
||||
|
|
|
|||
Loading…
Reference in a new issue