Loading files/dictionaries

Syntax:

Node(file_or_dictionary, **file_parameters)

To load a file/dictionary, simply create a new Node object with the filename or dictionary as first argument, along with any optional file arguments you want to pass (See The File object). For default filetype mappings, see File types.

db = Node('file.pyn')
db = Node('file.abc', filetype='txt', autsave=True)

Revision #2
Created 22 February 2023 14:13:32 by jvadair
Updated 24 March 2023 21:59:52 by jvadair