If __getstate__() returns _______________ the __setstate__() module will not be called on pickling.
(a) True value
(b) False value
(c) ValueError
(d) OverflowError
This question was addressed to me by my college professor while I was bunking the class.
Query is from Pickle Module in portion Mapping Functions and Modules of Python