cPickle.dump函数

Help on built-in function dump in module cPickle:

dump(...)
    dump(obj, file, protocol=0) -- Write an object in pickle format to the given file.

    See the Pickler docstring for the meaning of optional argument proto.

原文地址:https://www.cnblogs.com/seasonsstory/p/3120614.html