beta.xbrl.xule.Set¶
A beta.xbrl.xule.Set class represents a set of values in the XULE type system.
Base class: beta.xbrl.xule.Value
-
class
beta.xbrl.xule.Set(values)¶ Constructs a new
beta.xbrl.xule.Setvalue 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.Set.value¶ Returns the the underlying XULE set as a set object.
Methods¶
-
beta.xbrl.xule.Value.property(name) Returns the given property as a
beta.xbrl.xule.Valueobject.
-
beta.xbrl.xule.Set.values()¶ Returns an iterator of
beta.xbrl.xule.Valueobjects that represent the individual values of the underlying XULE set.
Special methods¶
__bool__, __eq__, __float__, __ge__, __gt__, __int__, __iter__, __le__, __len__, __lt__, __ne__