From 172282e120ef6c26c037dfc92d93e6e747de293b Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 15 Jan 2024 15:06:29 +0800 Subject: [PATCH] ... --- docs/modules/pickle.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/pickle.md b/docs/modules/pickle.md index afee201e..e53b25f5 100644 --- a/docs/modules/pickle.md +++ b/docs/modules/pickle.md @@ -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); - [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: