igwn_ligolw.utils.process Module

A collection of utilities to assist applications in manipulating the process and process_params tables in LIGO Light-Weight XML documents.

Functions

doc_includes_process(xmldoc, program)

Return True if the process table in xmldoc includes entries for a program named program.

get_process_params(xmldoc, program, param[, ...])

Return a list of the values stored in the process_params table for params named param for the program(s) named program.

register_to_xmldoc(xmldoc, *args, **kwargs)