mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
clarify docstring
This commit is contained in:
parent
b11eec0eab
commit
9dc261b080
@ -37,7 +37,7 @@ def list_images(path: str) -> List[str]:
|
|||||||
|
|
||||||
def yield_images(path: str) -> Generator[str]:
|
def yield_images(path: str) -> Generator[str]:
|
||||||
"""
|
"""
|
||||||
List images in a given path
|
Yield images in a given path
|
||||||
Args:
|
Args:
|
||||||
path (str): path's location
|
path (str): path's location
|
||||||
Yields:
|
Yields:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user