Exemple #1
0
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.cursor = StatementCursor(self.conn)
Exemple #2
0
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.machine = MachineHandler(self.conn)
Exemple #3
0
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.kernels = KernelsHandler(self.conn)
Exemple #4
0
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.family = Family(self.conn)
Exemple #5
0
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.family = Family(self.conn)
Exemple #6
0
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.diskconfig = DiskConfigHandler(self.conn)
Exemple #7
0
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.kernels = KernelsHandler(self.conn)
Exemple #8
0
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.profile = Profile(self.conn)
Exemple #9
0
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.diskconfig = DiskConfigHandler(self.conn)
Exemple #10
0
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.cursor = StatementCursor(self.conn)
Exemple #11
0
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.trait = Trait(self.conn)
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.profile = Profile(self.conn)
 def __init__(self, app, **atts):
     BaseDocument.__init__(self, app, **atts)
     self.machine = MachineHandler(self.conn)