This commit is contained in:
blueloveTH 2024-01-15 15:06:29 +08:00
parent 34b0c406e0
commit 172282e120

View File

@ -23,6 +23,7 @@ The following types can be pickled:
- [ ] functions (built-in and user-defined) accessible from the top level of a module (using def, not lambda); - [ ] 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] classes accessible from the top level of a module;
- [x] instances of such classes - [x] instances of such classes
- [x] `PY_STRUCT_LIKE` objects
The following magic methods are available: The following magic methods are available: