Skip to main content

The File object

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.

Below is the actual File object:

class File:
def __init__(
self,
data,
filetype=None,
autosave=False,
save_on_close=False
) -> None: