xbrl.Entity¶
An Entity class represents the entity part of an XBRL context in the instance document.
-
class
xbrl.Entity¶
Attributes¶
-
xbrl.Entity.element¶ Returns an
xml.Elementobject which represents the entity child XML element information item of the XBRL context.
-
xbrl.Entity.identifier¶ Returns an
xbrl.EntityIdentifierobject which represents the entity identifier part of the XBRL context.
-
xbrl.Entity.segment_element¶ Returns an
xml.Elementobject which represents the segment child XML element information item of the XBRL context.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__