Docstring cleanups
This commit is contained in:
parent
fe799d867c
commit
fcef68008e
@ -28,9 +28,6 @@ class PackageManager:
|
|||||||
:type db_path: str or path-like object
|
:type db_path: str or path-like object
|
||||||
:param pkglist_cmd: command to list installed packages to stdout
|
:param pkglist_cmd: command to list installed packages to stdout
|
||||||
:type pkglist_cmd: str or iterable of str
|
:type pkglist_cmd: str or iterable of str
|
||||||
:raises: TypeError if pkglist_cmd is not str or an iterable of str
|
|
||||||
:raises: ValueError if pkglist_cmd is an empty str or an iterable
|
|
||||||
containing an empty str
|
|
||||||
"""
|
"""
|
||||||
self._cachedir = Path(cachedir)
|
self._cachedir = Path(cachedir)
|
||||||
self._db_path = Path(db_path)
|
self._db_path = Path(db_path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user