Exemple #1
0
 def __init__(self, adf_file, read_only=False):
     BlockDevice.__init__(self, read_only)
     self.adf_file = adf_file
     self.dirty = False
Exemple #2
0
 def __init__(self, adf_file, read_only=False):
     BlockDevice.__init__(self, read_only)
     self.adf_file = adf_file
     self.dirty = False
Exemple #3
0
 def __init__(self, hdf_file, read_only=False):
     BlockDevice.__init__(self, read_only)
     self.hdf_file = hdf_file
     self.dirty = False
     self.fh = None
Exemple #4
0
 def __init__(self, hdf_file, read_only=False):
   BlockDevice.__init__(self, read_only)
   self.hdf_file = hdf_file   
   self.dirty = False
   self.fh = None