DOC: Add note on lookup_symbols.

This commit is contained in:
Scott Sanderson
2016-12-28 14:43:15 -05:00
parent 64029a9e7e
commit e9b378fdda
+6
View File
@@ -831,6 +831,12 @@ class AssetFinder(object):
"""
Lookup a list of equities by symbol.
Equivalent to::
[finder.lookup_symbol(s, as_of, fuzzy) for s in symbols]
but potentially faster because repeated lookups are memoized.
Parameters
----------
symbols : sequence[str]