PathDict icon indicating copy to clipboard operation
PathDict copied to clipboard

New API: copy() Spec

Open mkrd opened this issue 3 years ago • 0 comments

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)|

mkrd avatar Oct 18 '22 10:10 mkrd