Document 'provider' arg to LibraryController()
This commit is contained in:
parent
5ada4709bd
commit
fa4818095f
@ -6,6 +6,8 @@ class LibraryController(object):
|
|||||||
"""
|
"""
|
||||||
:param backend: backend the controller is a part of
|
:param backend: backend the controller is a part of
|
||||||
:type backend: :class:`BaseBackend`
|
:type backend: :class:`BaseBackend`
|
||||||
|
:param provider: provider the controller should use
|
||||||
|
:type provider: instance of :class:`BaseLibraryProvider`
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, backend, provider):
|
def __init__(self, backend, provider):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user