Skip to content

missing .copy() method for Dict wrapper #161

Closed
@stevengj

Description

@stevengj

From JuliaPy/PythonPlot.jl#9

julia> Py([3,4,5]).copy()                          # works
Python VectorValue: <jl [3, 4, 5]>

julia> Py(Dict(1 => 2, 3 => 4)).copy()             # fails
ERROR: Python: AttributeError: Julia: type Dict has no field copy
Python stacktrace:

(Somewhat different from #35.)

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