cfme.intelligence.rss module

class cfme.intelligence.rss.RSSView(*args, **kwargs)[source]

Bases: cfme.base.login.BaseLoggedInPage

is_displayed
table

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.