Element#

class fedfred.objects.Element(element_id, release_id, series_id, parent_id, line, type, name, level, children=None)[source]#

Bases: object

A class used to represent an Element.

Parameters:

Methods#

Element.__init__

Element.to_object

Parses the FRED API response and returns a list of Elements objects.

Element.to_object_async

Asynchronously parses the FRED API response and returns a list of Element objects.

Attributes#