DOC: Add note on lookup_symbols.

This commit is contained in:
Scott Sanderson
2016-12-28 14:43:15 -05:00
parent 0aa4f129c1
commit 4475a42b15
+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]