Ejemplo n.º 1
0
 def __init__(self, conn):
     StatementCursor.__init__(self, conn)
     self.conn = conn
     self.set_table('profiles')
     self._traits = ProfileTrait(conn)
     self._env = ProfileEnvironment(conn)
     self._pfam = StatementCursor(conn)
     self._pfam.set_table('profile_family')
     self._fam = Family(conn)
Ejemplo n.º 2
0
 def __init__(self, conn):
     StatementCursor.__init__(self, conn)
     self.conn = conn
     self.set_table('profiles')
     self._traits = ProfileTrait(conn)
     self._env = ProfileEnvironment(conn)
     self._pfam = StatementCursor(conn)
     self._pfam.set_table('profile_family')
     self._fam = Family(conn)
Ejemplo n.º 3
0
 def __init__(self, conn):
     StatementCursor.__init__(self, conn)
     self.set_table('profiles')
Ejemplo n.º 4
0
 def __init__(self, conn):
     StatementCursor.__init__(self, conn)
     self.set_table('profiles')
Ejemplo n.º 5
0
 def __init__(self, conn, suite):
     StatementCursor.__init__(self, conn, name='AllTraits')
     self.set_suite(suite)
Ejemplo n.º 6
0
 def __init__(self, conn):
     StatementCursor.__init__(self, conn, name='AllTraits')
     self.set_table('traits')
Ejemplo n.º 7
0
 def __init__(self, conn):
     StatementCursor.__init__(self, conn, name='Suites')
     self.set_table('suites')
     self.current = None
Ejemplo n.º 8
0
 def __init__(self, conn, suite):
     StatementCursor.__init__(self, conn, name='AllTraits')
     self.set_suite(suite)
Ejemplo n.º 9
0
 def __init__(self, conn):
     StatementCursor.__init__(self, conn, name='AllTraits')
     self.set_table('traits')
Ejemplo n.º 10
0
 def __init__(self, conn):
     StatementCursor.__init__(self, conn, name='Suites')
     self.set_table('suites')
     self.current = None
Ejemplo n.º 11
0
 def __init__(self, conn, arch='i386'):
     StatementCursor.__init__(self, conn)
     self.set_table('release')
     self.arch = arch
     self._zip_ = 'gz'
Ejemplo n.º 12
0
 def __init__(self, conn, arch='i386'):
     StatementCursor.__init__(self, conn)
     self.set_table('release')
     self.arch = arch
     self._zip_ = 'gz'