MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following functions raises an error when an unpicklable object is encountered by Pickler? |
| A. | pickle.PickleError |
| B. | pickle.PicklingError |
| C. | pickle.UnpickleError |
| D. | pickle.UnpicklingError |
| Answer» C. pickle.UnpickleError | |