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

get_eager_puppies_data()[source]
name = 'Eager Puppies'
slug = 'eager_puppies'
table_classes = (<class 'horizon.test.test_dashboards.dogs.puppies.tables.EagerPuppiesTable'>,)
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

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

Bases: horizon.tabs.base.TabGroup

slug = 'puppies_tabs'
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.models Module

Next topic

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

This Page