Exemplo n.º 1
0
 def _categories_default(self):
     return [TVCategory(category=category) for category in tdb.categories()]
Exemplo n.º 2
0
 def _categories_default ( self ):
     return [ TVCategory( category = category )
              for category in tdb.categories() ]
Exemplo n.º 3
0
 def _traits_default(self):
     return [
         TVTrait(fq_name=fq_name)
         for fq_name in tdb.categories(self.category)
     ]
Exemplo n.º 4
0
 def _traits_default ( self ):
     return [ TVTrait( fq_name = fq_name )
              for fq_name in tdb.categories( self.category ) ]