xbrl.formula.AspectCoverFilter

An xbrl.formula.AspectCoverFilter class represents a <acf:aspectCover> resource in the formula linkbase.

Base class: xbrl.formula.Filter

Nested classes: xbrl.formula.AspectCoverFilter.Aspect, xbrl.formula.AspectCoverFilter.Dimension, xbrl.formula.AspectCoverFilter.ExcludeDimension

class xbrl.formula.AspectCoverFilter

Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a NotImplementedError exception.

Attributes

xbrl.formula.AspectCoverFilter.aspects

Returns an iterator of xbrl.formula.AspectCoverFilter.Aspect objects which represent the child <acf:aspect> XML elements.

xbrl.formula.AspectCoverFilter.dimensions

Returns an iterator of xbrl.formula.AspectCoverFilter.Dimension objects which represent the child <acf:dimension> XML elements.

xbrl.formula.AspectCoverFilter.exclude_dimensions

Returns an iterator of xbrl.formula.AspectCoverFilter.ExcludeDimension objects which represent the child <acf:excludeDimension> XML elements.

Methods

Special methods

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