Skip to content

copy is a deep copy operation, which differs significantly from dict #17

Description

@z0u

Munch.copy performs a deep copy, while dict.copy is shallow. I think it would be better to implement __deepcopy__ and let users use the copy.deepcopy function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions