This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:python_cheat_sheet [2026/07/23 04:59] 114.119.135.121 old revision restored (2009/04/24 17:33) |
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. |