Home | History | Annotate | Download | only in tko

Lines Matching defs:TestView

445         Join the given TestView QuerySet to TestAttribute.  The resulting query
499 """Join the given TestView QuerySet to IterationResult for one result.
501 The resulting query looks like a TestView query but has one row per
502 iteration. Each row includes all the attributes of TestView, an
505 We accomplish this by joining the TestView query to IterationResult
508 is the only restriction, so each TestView row expands to a row per
694 class TestView(dbmodels.Model, model_logic.ModelExtensions):
748 raise NotImplementedError('TestView is read-only')
752 raise NotImplementedError('TestView is read-only')
760 return super(TestView, cls).query_objects(
765 """Metadata for class TestView."""