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.

posted on 2013-06-06 10:36  语辰  阅读(1168)  评论(0编辑  收藏  举报