mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-08 11:16:58 +08:00
DOC: group_by_type returns a regular dict.
This commit is contained in:
@@ -166,7 +166,7 @@ class AssetFinder(object):
|
||||
|
||||
Returns
|
||||
-------
|
||||
types : defaultdict[str or None -> list[int]]
|
||||
types : dict[str or None -> list[int]]
|
||||
A dict mapping unique asset types to lists of sids drawn from sids.
|
||||
If we fail to look up an asset, we assign it a key of None.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user