Skip to main content

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)