Пример #1
0
 def __init__(self, conn):
     SimpleRelation.__init__(self, conn, 'profile_trait',
                             'profile', name='ProfileTrait')
Пример #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
Пример #3
0
 def __init__(self, conn):
     SimpleRelation.__init__(self,
                             conn,
                             'profile_trait',
                             'profile',
                             name='ProfileTrait')
Пример #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