예제 #1
0
파일: base.py 프로젝트: joelsefus/paella
 def __init__(self, conn, suite, table, name='_TraitRelation'):
     SimpleRelation.__init__(self, conn, table, 'trait', name=name)
     self.suite = suite
     self.current_trait = None
예제 #2
0
 def __init__(self, conn):
     SimpleRelation.__init__(self,
                             conn,
                             'profile_trait',
                             'profile',
                             name='ProfileTrait')
예제 #3
0
 def __init__(self, conn, suite, table, name='_TraitRelation'):
     SimpleRelation.__init__(self, conn, table, 'trait', name=name)
     self.suite = suite
     self.current_trait = None
예제 #4
0
 def __init__(self, conn):
     SimpleRelation.__init__(self, conn, 'profile_trait',
                             'profile', name='ProfileTrait')
예제 #5
0
 def __init__(self, conn, suite, table, name="_TraitRelation"):
     SimpleRelation.__init__(self, conn, table, "trait", name=name)
     self.suite = suite
     self.current_trait = None