xbrl.table.structural.TableSet
¶
An xbrl.table.structural.TableSet
class represents a table set in the structural model. It contains a collection of xbrl.table.structural.Table
objects.
- class xbrl.table.structural.TableSet¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.table.structural.TableSet.definition_table¶
Returns an xbrl.table.Table object which represents the corresponding table in the definition model.
Special methods¶
__eq__, __ge__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __ne__