fix "undeclared" warning about generated pickle methods (GH-3353)
The pickle functions __reduce__ and __setstate_cython__ were being visited in the module scope (where they were undeclared) rather than the class scope where they were declared
Showing
Please register or sign in to comment