all indexers: make index() return a list of results instead of a single one.
- it was wrongfully annotated as '-> TResult' even though some indexers can return None
- in a future commit, the fossology indexer will need to return multiple results.
all indexers: make index() return a list of results instead of a single one. Tags None Subscribers None
Description
Details
|