xbrl.table.structural.TableModel
¶
An xbrl.table.structural.TableModel
class represents a list of table sets in the structural model. It contains a collection of xbrl.table.structural.TableSet
objects.
- class xbrl.table.structural.TableModel¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Special methods¶
__eq__, __ge__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __ne__