JuliaPy / JuliaPy/PythonCall.jl
Support __copy__ and __deepcopy__?
Open
enhancement
help wanted
- Dominant language
- Julia
- Stars
- 1.1k
- Forks
- 86
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 3
Description
`juliacall.AnyValue.__copy__` and `__deepcopy__` could call Julia's `copy` and `deepcopy`.
Conversely, `copy(::Py)` and `deepcopy_internal(::Py, ::IdDict)` could call Python's `copy.copy` and `copy.deepcopy`.
https://docs.python.org/3/library/copy.html
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.