__init__(data[, time_set, context])
|
Arguments:
data: dict or ComponentMap
Maps variables, names, or CUIDs to lists of values |
contains_key(key[, context])
|
Returns whether this object's dict contains the given key. |
extract_variables(variables[, context, ...])
|
Return a new object that only keeps data values for the variables specified. |
get_cuid(key[, context])
|
Get the time-indexed CUID corresponding to the provided key |
get_data()
|
Return a dictionary mapping CUIDs to values |
get_data_from_key(key[, context])
|
Returns the value associated with the given key. |
to_serializable()
|
Convert to json-serializable object. |
update_data(other[, context])
|
Updates this object's data dict. |