We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
juliacall.AnyValue.__copy__ and __deepcopy__ could call Julia's copy and deepcopy.
juliacall.AnyValue.__copy__
__deepcopy__
copy
deepcopy
Conversely, copy(::Py) and deepcopy_internal(::Py, ::IdDict) could call Python's copy.copy and copy.deepcopy.
copy(::Py)
deepcopy_internal(::Py, ::IdDict)
copy.copy
copy.deepcopy
https://docs.python.org/3/library/copy.html