Update docstring
This commit is contained in:
parent
7c00a7580c
commit
7a482c1802
@ -10,6 +10,8 @@ SIGEXT = f"{PKGEXT}.sig"
|
|||||||
def get_pkgfiles(query, directory=None, signatures_only=False):
|
def get_pkgfiles(query, directory=None, signatures_only=False):
|
||||||
"""Return a list of package files in the current working directory.
|
"""Return a list of package files in the current working directory.
|
||||||
|
|
||||||
|
:param query: names of package files to search for
|
||||||
|
:type query: str
|
||||||
:param directory: a directory to search in
|
:param directory: a directory to search in
|
||||||
:type directory: str, bytes, or path-like object
|
:type directory: str, bytes, or path-like object
|
||||||
:param signatures_only: include only signature files
|
:param signatures_only: include only signature files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user