Skip to content

tinker_cookbook.stores.storage_join

tinker_cookbook.stores.storage_join(*parts)

Join storage path segments, normalizing the result.

Strips leading/trailing slashes from each segment, filters empty strings, and applies posixpath.normpath to collapse redundant separators and ./.. components. Returns "" for empty input (not "." which normpath would produce).

Parameters:

Returns: str