xbrl.ConceptAspectValue

The ConceptAspectValue class represents a value for the concept aspect. The constructor takes the following arguments: ConceptAspectValue(DTS dts, Concept concept = None)

class xbrl.ConceptAspectValue(DTS dts, Concept concept=None)

Attributes

xbrl.ConceptAspectValue.concept

Returns an xbrl.Concept object.

xbrl.ConceptAspectValue.qname

Returns an xml.QName object representing the concept’s QName.

Special methods

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