Vidyalelo
Python · Q125

Module in Python

Programming · Python · question 125

Q125

If __getstate__() returns _______________ the __setstate__() module will not be called on pickling.

A.
True value
B.
False value
Answer
C.
ValueError
D.
OverflowError

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board