class documentation
Class representing the data of a panel.
Parameters | |
ctx | an fiftyone.operators.executor.ExecutionContext |
Method | clear |
Clears the panel data. |
Method | get |
Gets a value from the dictionary. |
Method | set |
Sets some panel data. |
Inherited from PanelRefBase
:
Method | __getattr__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __setattr__ |
Undocumented |
Instance Variable | _ctx |
Undocumented |
Instance Variable | _data |
Undocumented |
Gets a value from the dictionary.
Parameters | |
key | a key or "nested.key.path" |
default:None | a default value if the key is not found |
Returns | |
the value |
Sets some panel data.
Parameters | |
key | a key, "nested.key.path", or dict mapping multiple possibly-nested keys to values |
value:None | the value, if key is a string |