|
|
@@ -23,11 +23,10 @@ The following types can be pickled:
|
|
|
- [ ] functions (built-in and user-defined) accessible from the top level of a module (using def, not lambda);
|
|
|
- [x] classes accessible from the top level of a module;
|
|
|
- [x] instances of such classes
|
|
|
-- [x] `PY_STRUCT_LIKE` objects
|
|
|
|
|
|
The following magic methods are available:
|
|
|
|
|
|
-- [x] `__getnewargs__`
|
|
|
+- [] `__getnewargs__`
|
|
|
- [ ] `__getstate__`
|
|
|
- [ ] `__setstate__`
|
|
|
-- [ ] `__reduce__`
|
|
|
+- [x] `__reduce__`
|