beta.xbrl.xule.String

A beta.xbrl.xule.String class represents a string value in the XULE type system.

Base class: beta.xbrl.xule.Value

Nested classes: beta.xbrl.xule.String.Part

class beta.xbrl.xule.String(value)

Constructs a new beta.xbrl.xule.String value object from a str argument.

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.String.parts

Returns an iterator of beta.xbrl.xule.String.Part objects that represent the individual parts of the underlying XULE string.

beta.xbrl.xule.String.value

Returns a str object that represents the underlying XULE value.

Methods

beta.xbrl.xule.Value.property(name)

Returns the given property as a beta.xbrl.xule.Value object.

Special methods

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