class documentation

Represents the options for a ViewTargetProperty.

Method __init__ Undocumented
Method values Undocumented
Instance Variable choices_view Undocumented
Instance Variable current_view a Choice for the current view
Instance Variable entire_dataset a Choice for the entire dataset
Instance Variable selected_samples a Choice for the selected samples
def __init__(self, choices_view, **kwargs): (source)

Undocumented

def values(self): (source)

Undocumented

choices_view = (source)

Undocumented

current_view = (source)

a Choice for the current view

entire_dataset = (source)

a Choice for the entire dataset

selected_samples = (source)

a Choice for the selected samples