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/09/14 13:04] 103.113.190.158 old revision restored (2026/08/02 19:07) |
notes:python_cheat_sheet [2026/09/16 11:05] (current) 72.1.234.35 old revision restored (2026/08/02 16:53) |
||
|---|---|---|---|
| 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. |