Page 1 of 1

Which of the following cannot be pickled?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) Functions which are defined at the top level of a module with lambda
b) Functions which are defined at the top level of a module with def
c) Built-in functions which are defined at the top level of a module
d) Classes which are defined at the top level of a module