xbrl.LayoutRow

The LayoutRow class represents a row of the generated table.

class xbrl.LayoutRow

Attributes

xbrl.LayoutRow.cells

Returns a generator object of xbrl.LayoutHeaderCell and xbrl.LayoutDataCell objects representing the cells in the table row (header and data cells).

xbrl.LayoutRow.index

Returns the table row’s coordinates.

xbrl.LayoutRow.is_header_row

Returns True if this table row contains only header cells.

Special methods

__eq__, __ge__, __gt__, __le__, __lt__, __ne__