Class Session uses module __________ to pickle the session dictionary and dump it into the session file.
Fill in the blank(s) with the appropriate word(s).
cPickle.
Computer Science & Information Technology
You might also like to view...
Which of the following commands pings the loopback address?
A. PING 127.0.0.1 B. PING 10.0.0.1 C. PING 1.0.0.127 D. PING \\localhost
Computer Science & Information Technology
Try blocks are used for:
a) testing for infinite loops. b) testing for exceptions. c) resolving exceptions. d) testing code.
Computer Science & Information Technology