CellPath
A cell and path relative to the cell.
CellPath
s are seen in labels like TargetLabel
and
ProvidersLabel
.
CellPath.add
def CellPath.add(
arg: str,
) -> CellPath
Create a new CellPath
by joining a path to this path.
The path components are
normalized,
e.g. puppy/../doggy
will become doggy
.