On Feb 14, 2:19 am, Nicolas M. Thiéry
wrote:
> Dear python developers,
>
> I got no answer to my previous post on this thread "Pickling classes
> (not class instances)".
> This issue is a show stopper for our project. Any suggestion for where
> to ask?
snip
Dear python developers,
I got no answer to my previous post on this thread "Pickling classes
(not class instances)".
This issue is a show stopper for our project. Any suggestion for where
to ask?
Thanks in advance!
Best regards,
Dear python developers,
Purpose of this e-mail:
---
How to customize how a class (not an instance of a class!!!) is
pickled?
Example:
==
class metaclass(type):
def __new__(mcs, name, base