Home | Trees | Indices | Help |
|
---|
|
High-level support for Param elements.
Version: git id 8cbd1b7187ce3ed9a825d6ed11cc432f3cfde9a5
Date: 2017-12-05 15:29:36 +0000
Author: Kipp Cannon <kipp.cannon@ligo.org>
|
|||
Param High-level Param element. |
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
Scan xmldoc for a param named name. Raises ValueError if not exactly 1 such param is found. |
Modify ContentHandler, a sub-class of glue.ligolw.LIGOLWContentHandler, to cause it to use the Param class defined in this module when parsing XML documents. Example: >>> from glue.ligolw import ligolw >>> def MyContentHandler(ligolw.LIGOLWContentHandler): ... pass ... >>> use_in(MyContentHandler) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:17 2017 | http://epydoc.sourceforge.net |