xbrl.table.structural.Table
¶
An xbrl.table.structural.Table
class represents a table in the structural model.
-
class
xbrl.table.structural.
Table
¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
-
xbrl.table.structural.Table.
breakdowns
¶ Returns an iterator of
xbrl.table.structural.Breakdown
objects representing the breakdowns for this table.
-
xbrl.table.structural.Table.
definition_table
¶ Returns an
xbrl.table.Table
object which represents the corresponding table in the definition model.
Methods¶
-
xbrl.table.structural.Table.
breakdown
(axis)¶ Returns an
xbrl.table.structural.Breakdown
object representing the breakdown for the given axis, or None if the table doesn’t define a breakdown for the given axis.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__