Python docs mention this word a lot and I want to know what it means! Googling doesn't help much..
It simply means it can be serialized by the pickle module. For a basic explanation of this, see What can be pickled and unpickled?. Pickling Class Instances provides more details, and shows how classes can customize the process.
pickle
2.1m questions
2.1m answers
60 comments
57.0k users