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

class horizon.test.test_dashboards.dogs.puppies.tabs.EagerPuppiesTab(tab_group, request)[source]

Bases: horizon.tabs.base.TableTab

EagerPuppiesTab.get_eager_puppies_data()[source]
EagerPuppiesTab.name = 'Eager Puppies'
EagerPuppiesTab.slug = 'eager_puppies'
EagerPuppiesTab.table_classes = (<class 'horizon.test.test_dashboards.dogs.puppies.tables.EagerPuppiesTable'>,)
EagerPuppiesTab.template_name = 'horizon/common/_detail_table.html'
class horizon.test.test_dashboards.dogs.puppies.tabs.LazyPuppiesTab(tab_group, request)[source]

Bases: horizon.tabs.base.TableTab

LazyPuppiesTab.get_lazy_puppies_data()[source]
LazyPuppiesTab.name = 'Lazy Puppies'
LazyPuppiesTab.preload = False
LazyPuppiesTab.slug = 'lazy_puppies'
LazyPuppiesTab.table_classes = (<class 'horizon.test.test_dashboards.dogs.puppies.tables.LazyPuppiesTable'>,)
LazyPuppiesTab.template_name = 'horizon/common/_detail_table.html'
class horizon.test.test_dashboards.dogs.puppies.tabs.PuppiesTabs(request, **kwargs)[source]

Bases: horizon.tabs.base.TabGroup

PuppiesTabs.slug = 'puppies_tabs'
PuppiesTabs.tabs = (<class 'horizon.test.test_dashboards.dogs.puppies.tabs.EagerPuppiesTab'>, <class 'horizon.test.test_dashboards.dogs.puppies.tabs.LazyPuppiesTab'>)

Previous topic

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

Next topic

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

This Page