The File object
The File object is a helper object to ensure data consistency across nodes. Each node holds a link to the file. Although you don't have to use the File object directly, it is helpful to understand what parameters are available since they can be passed to your root node.
Parameters:
- data (Mandatory)
- The filename or dictionary to be loaded into the File object
- filetype (Optional - auto-detected, fallback is 'pyn')
- See File types.
- autosave (Optional - False)
- Save file on modification
- save_on_close (Optional - False)
- Save data to the file when the File object is destroyed
No Comments