pyslk.resource_exists

pyslk.resource_exists#

pyslk.resource_exists(resource: str | Path | int) bool#

Check if resource exists and return True/False

Parameters:

resource (str or path-like) – namespace or resource

Returns:

True if file exists; False otherwise

Return type:

bool