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

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

Bases: horizon.views.APIView

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

Bases: horizon.tabs.views.TabbedTableView

tab_group_class

alias of PuppiesTabs

template_name = 'dogs/puppies/two_tabs.html'

Previous topic

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

Next topic

The horizon.test.test_dashboards.dogs.puppies Module

This Page