xbrl.table.structural.Breakdown
¶
An xbrl.table.structural.Breakdown
class represents a breakdown in the structural model.
-
class
xbrl.table.structural.
Breakdown
¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
-
xbrl.table.structural.Breakdown.
axis
¶ Returns the axis for this breakdown as an
xbrl.table.AxisType
enumeration.
-
xbrl.table.structural.Breakdown.
children
¶ Returns an iterator of
xbrl.table.structural.Node
objects representing the root structural nodes of this breakdown.
-
xbrl.table.structural.Breakdown.
definition_breakdown
¶ Returns an
xbrl.table.Breakdown
object which represents the corresponding breakdown in the definition model.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__