airgun.views.modulestream

Module Contents

class airgun.views.modulestream.CustomSearch

Bases: airgun.widgets.Search

search_field
search_button
class airgun.views.modulestream.ModuleStreamView

Bases: airgun.views.common.BaseLoggedInView

Main Module_Streams view

title
table
search_box
is_displayed

The view is displayed when it’s title exists

search(self, query)

Perform search using search box on the page and return table contents.

Parameters:query (str) – search query to type into search field. E.g. name = "bar".
Returns:list of dicts representing table rows
Return type:list
class airgun.views.modulestream.ModuleStreamsDetailsView

Bases: airgun.views.common.BaseLoggedInView

class details

Bases: airgun.views.common.SatTab

details_table
class repositories

Bases: airgun.views.common.SatTab

table
breadcrumb
title
details_tab
is_displayed

The view is displayed when it’s details ta exists