How to pickle bound methods

Peter Otten __peter__ at web.de
Wed Jul 2 07:45:41 EDT 2008


srinivasan srinivas wrote:

(Please don't top-post)

> It works will for instance and class methods. But it doesn't work for
> static methods. Can you tel me how to pickle static methods as well??

For static methods pickling is not so easy because these don't carry
information about the class they belong to. What are you trying to do?

Peter



More information about the Python-list mailing list