moscot.costs.get_available_costs#

moscot.costs.get_available_costs(backend=None)[source]#

Return available costs.

Parameters:

backend (Optional[str]) – Select cost specific to a backend. If None, return the costs for each backend.

Return type:

Dict[str, Tuple[str, ...]]

Returns:

: Dictionary with keys as backend names and values as registered cost functions.