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.Element object which represents the entity child XML element information item of the XBRL context.

xbrl.Entity.identifier

Returns an xbrl.EntityIdentifier object which represents the entity identifier part of the XBRL context.

xbrl.Entity.segment_element

Returns an xml.Element object which represents the segment child XML element information item of the XBRL context.

Special methods

__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__