pyslk.get_resource_path

pyslk.get_resource_path#

pyslk.get_resource_path(resource_id: str | int) Path | None#

Get path for a resource id

Parameters:

resource_id (str or int) – a resource_id

Returns:

path of the resource; None if resource does not exist

Return type:

Path or None