xbrl.table.layout.TableSet¶
An xbrl.table.layout.TableSet class represents a table set in the layout model. It contains a collection of xbrl.table.layout.Table objects.
-
class
xbrl.table.layout.TableSet¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
-
xbrl.table.layout.TableSet.definition_table¶ Returns an
xbrl.table.Tableobject which represents the corresponding table in the definition model.
Methods¶
-
xbrl.table.layout.TableSet.serialize_canonical_xml(**kargs)¶ Returns an
xml.Instanceobject which represents the cannonical XML serialization of the layout model.
Special methods¶
__eq__, __ge__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __ne__