3.10.1.17.1.7. opengate.postprocessors.utility

3.10.1.17.1.7.1. Functions

get_table_column(table, column_name)

get_table_column_names(table)

get_node_name(node)

set_node_name(node, name)

get_node_path(node[, strip_leading_slash])

get_group_name(group)

get_nodes_in_group(group[, node_type, node_name, ...])

filter_nodes(nodes[, node_type, node_name, ...])

get_parent(node)

create_hard_links_to_nodes_in_group(where_group, ...)

get_create_function(file_handle, which)

3.10.1.17.1.7.2. Module Contents

opengate.postprocessors.utility.get_table_column(table, column_name)[source]
opengate.postprocessors.utility.get_table_column_names(table)[source]
opengate.postprocessors.utility.get_node_name(node)[source]
opengate.postprocessors.utility.set_node_name(node, name)[source]
opengate.postprocessors.utility.get_node_path(node, strip_leading_slash=False)[source]
opengate.postprocessors.utility.get_group_name(group)[source]
opengate.postprocessors.utility.get_nodes_in_group(group, node_type=None, node_name=None, condition_functions=None)[source]
opengate.postprocessors.utility.filter_nodes(nodes, node_type=None, node_name=None, condition_functions=None)[source]
opengate.postprocessors.utility.get_parent(node)[source]
opengate.postprocessors.utility.get_create_function(file_handle, which)[source]