beta.xbrl.xule.String.Part
¶
A beta.xbrl.xule.String.Part
class represents a part of a string value in the XULE type system.
- class beta.xbrl.xule.String.Part¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- beta.xbrl.xule.String.Part.location¶
Returns a
beta.xbrl.xule.Location
object that represents the underlying XBRL fact, concept, relationship, … of this XULE value.
- beta.xbrl.xule.String.Part.value¶
Returns a str object that represents the underlying XULE value.
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__