The horizon.test.test_dashboards.dogs.puppies.views ModuleΒΆ

class horizon.test.test_dashboards.dogs.puppies.views.IndexView(**kwargs)[source]

Bases: horizon.views.APIView

IndexView.get_data(request, context, *args, **kwargs)[source]
IndexView.template_name = 'dogs/puppies/index.html'
class horizon.test.test_dashboards.dogs.puppies.views.TwoTabsView(*args, **kwargs)[source]

Bases: horizon.tabs.views.TabbedTableView

TwoTabsView.tab_group_class

alias of PuppiesTabs

TwoTabsView.template_name = 'dogs/puppies/two_tabs.html'

Previous topic

The horizon.test.test_dashboards.dogs.puppies.tabs Module

Next topic

The horizon.test.test_dashboards.dogs.puppies Module

This Page