From https://github.com/stevengj/PythonPlot.jl/issues/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.)