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