Ejemplo n.º 1
0
 def __init__(self, conn):
     SimpleRelation.__init__(self, conn, 'profile_trait',
                             'profile', name='ProfileTrait')
Ejemplo n.º 2
0
 def __init__(self, conn, suite, table, name='_TraitRelation'):
     SimpleRelation.__init__(self, conn, table, 'trait', name=name)
     self.suite = suite
     self.current_trait = None
Ejemplo n.º 3
0
 def __init__(self, conn):
     SimpleRelation.__init__(self,
                             conn,
                             'profile_trait',
                             'profile',
                             name='ProfileTrait')
Ejemplo n.º 4
0
 def __init__(self, conn, suite, table, name='_TraitRelation'):
     SimpleRelation.__init__(self, conn, table, 'trait', name=name)
     self.suite = suite
     self.current_trait = None