mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-18 12:20:12 +08:00
DOC: Add a docstring for RecarrayField.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user