BasicClient¶
-
class
glue.core.client.BasicClient(data)[source]¶ Bases:
glue.core.client.ClientCreate a new client object.
Parameters: data: Data, DataCollection, or list of data
The primary data associated with this client.
Raises: TypeError: If the data input is the wrong type
Methods Summary
add_layer(layer)layer_present(layer)remove_layer(layer)update_layer(layer)Methods Documentation