Open
Description
Change copy() spec. Instead of allowing the from_root argument, we should just have a .cop() method without any arguments. This will copy at the current path.
and return a handle on the copy at path [].
IF we want to copy from the root. we can just do
|.at_root().copy() | instead of
|.copy(from_root=True)|
Metadata
Metadata
Assignees
Labels
No labels