Gimp.Path.copy
@accepts(Gimp.Path)
@returns(Gimp.Path)
def copy(self):
# Python wrapper for gimp_path_copy()
Copy a path object.
This procedure copies the specified path object and returns the copy.
Since 2.6
- self
The path object to copy.
- Returns