xbrl.ConceptAspectValue
¶
An xbrl.ConceptAspectValue
class represents a particular value for the concept aspect.
-
class
xbrl.
ConceptAspectValue
(Concept concept)¶ Constructs a new concept aspect value with the given concept.
Attributes¶
-
xbrl.ConceptAspectValue.
aspect
¶ Returns
xbrl.Aspect.CONCEPT
.
-
xbrl.ConceptAspectValue.
concept
¶ Returns an
xbrl.taxonomy.Concept
object which represents the value of the concept aspect.
-
xbrl.ConceptAspectValue.
qname
¶ Returns an
xml.QName
object which represents the XML qualified name of the XBRL concept.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__