Update pickle.md

This commit is contained in:
blueloveTH 2025-01-19 23:59:38 +08:00
parent 6d6b051903
commit 59197d1c0c

View File

@ -26,7 +26,7 @@ The following types can be pickled:
The following magic methods are available:
- [] `__getnewargs__`
- [ ] `__getnewargs__`
- [ ] `__getstate__`
- [ ] `__setstate__`
- [x] `__reduce__`