exportnodes

guerilla.exportnodes(nodes, file)

Export a subset of nodes as a plain document

Parameters:
  • nodes ({Node}) – The list of nodes to export
  • file (str) – The gproject file to export to
Returns:

true if the file was saved (false when an error occured or the user canceled)

Return type:

bool