Open
Description
@pydef type Store
__init__(self, a) = (self[:a] = a)
end
save("dummy.jld", "x", Store(10))
> PyError (ccall(@pysym(:PyObject_Call), PyPtr, (PyPtr, PyPtr, PyPtr), o, arg, C_NULL)) <class 'cPickle.PicklingError'>
> PicklingError("Can't pickle <class 'Store'>: attribute lookup __main__.Store failed",)
I don't think anything can be done about it, though.
Metadata
Metadata
Assignees
Labels
No labels