This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
notes:python_cheat_sheet [2026/07/24 10:09] 114.119.135.37 old revision restored (2026/07/10 09:45) |
notes:python_cheat_sheet [2026/07/24 15:24] (current) 47.79.201.32 old revision restored (2026/06/21 13:23) |
||
|---|---|---|---|
| Line 106: | Line 106: | ||
| * To open a file <code python> open('/ | * To open a file <code python> open('/ | ||
| * [[http:// | * [[http:// | ||
| - | * //pickle// contains | + | * //pickle// contains load and dump methods for serializing objects. Support should be added for new object types. |