load_space#

eclypse.io.assets.load_space(data)[source]#

Deserialise an asset space.

Parameters:

data (dict[str, Any]) – The serialised asset space.

Returns:

The deserialised asset space.

Return type:

AssetSpace

Raises:

ValueError – If the asset space type is unknown.