From 2a28f302efd39460fe92a9661204593f3d3a313e Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Sun, 9 Oct 2016 13:41:10 -0400 Subject: [PATCH] DOC: Add a sentence with uses for SpecificAssets. --- zipline/pipeline/filters/filter.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zipline/pipeline/filters/filter.py b/zipline/pipeline/filters/filter.py index a4dd47ad..89cd790a 100644 --- a/zipline/pipeline/filters/filter.py +++ b/zipline/pipeline/filters/filter.py @@ -500,6 +500,10 @@ class SpecificAssets(Filter): """ A Filter that computes True for a specific set of predetermined assets. + ``SpecificAssets`` is mostly useful for debugging or for interactively + computing pipeline terms for a fixed set of assets that are known ahead of + time. + Parameters ---------- assets : iterable[Asset]