How can I pickle a dynamically created nested class in python?
I know this is a very old question, but I have never explicitly seen a satisfactory solution to this question other than the obvious, and most likely correct, answer to re-structure your code. Unfortunately, it is not always practical to do such a thing, in which case as a very last resort, it is possible … Read more