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