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.List
value object with the given arguments.
Attributes¶
-
beta.xbrl.xule.Value.
location
Returns a
beta.xbrl.xule.Location
object 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.Value
object.
-
beta.xbrl.xule.List.
values
()¶ Returns an iterator of
beta.xbrl.xule.Value
objects that represent the individual values of the underlying XULE list.
Special methods¶
__bool__, __eq__, __float__, __ge__, __gt__, __int__, __iter__, __le__, __len__, __lt__, __ne__