iter_tables#
- gwpy.io.ligolw.iter_tables(
- source: Document | NamedReadable | list[NamedReadable],
Iterate over all tables in the given document(s).
- Parameters:
- source
file,str,Document,list One or more open files, file paths, or
LIGO_LW documents.
- source
- Yields:
igwn_ligolw.ligolw.TableA table structure from the document(s).