Skip to content

Support __copy__ and __deepcopy__? #35

Open
@cjdoris

Description

@cjdoris

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions