class documentation
class ViewTargetOptions(object): (source)
Constructor: ViewTargetOptions(choices_view, **kwargs)
Represents the options for a ViewTargetProperty
.
Method | __init__ |
Undocumented |
Method | values |
Undocumented |
Instance Variable | choices |
Undocumented |
Instance Variable | current |
a Choice for the current view |
Instance Variable | entire |
a Choice for the entire dataset |
Instance Variable | selected |
a Choice for the selected samples |