You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)|
The text was updated successfully, but these errors were encountered:
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)|
The text was updated successfully, but these errors were encountered: