DOC: Add a docstring for RecarrayField.

This commit is contained in:
Scott Sanderson
2016-08-17 16:52:09 -04:00
parent 14a95449ca
commit 4c59857e1f
+3 -1
View File
@@ -1468,7 +1468,9 @@ class CustomFactor(PositiveWindowLengthMixin, CustomTermMixin, Factor):
class RecarrayField(SingleInputMixin, Factor):
"""
A single field from a multi-output factor.
"""
def __new__(cls, factor, attribute):
return super(RecarrayField, cls).__new__(
cls,