Python Persistence

suggest change

Syntax

Parameters

Parameter | Details | ——— | —–– |obj | pickled representation of obj to the open file object file |protocol | an integer, tells the pickler to use the given protocol,0-ASCII, 1- old binary format |file | The file argument must have a write() method wb for dump method and for loading read() method rb |

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents