beta.xbrl.xule.List¶
A beta.xbrl.xule.List class represents a list of values in the XULE type system.
Base class: beta.xbrl.xule.Value
-
class
beta.xbrl.xule.List(values)¶ Constructs a new
beta.xbrl.xule.Listvalue object with the given arguments.
Attributes¶
-
beta.xbrl.xule.Value.location Returns a
beta.xbrl.xule.Locationobject that represents the underlying source XBRL fact, concept, relationship, … of this XULE value.
-
beta.xbrl.xule.List.value¶ Returns the the underlying XULE list as a list object.
Methods¶
-
beta.xbrl.xule.Value.property(name) Returns the given property as a
beta.xbrl.xule.Valueobject.
-
beta.xbrl.xule.List.values()¶ Returns an iterator of
beta.xbrl.xule.Valueobjects that represent the individual values of the underlying XULE list.
Special methods¶
__bool__, __eq__, __float__, __ge__, __gt__, __int__, __iter__, __le__, __len__, __lt__, __ne__