tiled.client.ragged.RaggedClient.write#

RaggedClient.write(array: array | Array | ndarray | SupportsDLPack | Iterable, persist=True)[source]#

Write a ragged array in full.

Parameters:
array: RaggedCompatibleType

The array to write. Can be a ragged.array or compatible awkward.Array, or any list-of-lists structure with consistent dimensions.

persist: bool

Whether to persist the changes on server storage. If False, the update is still streamed to subscribed listeners, but the server may choose not to save the changes.