コード例 #1
0
 def __init__(self, element, doc):
     HostDisk.__init__(self, element, doc)
コード例 #2
0
 def __init__(self, element, doc, mountsfile="/proc/mounts"):
     HostDisk.__init__(self,element, doc)
     self.mountsfile=mountsfile
     self._lastmountpoint=None
コード例 #3
0
 def __init__(self, element, doc):
    HostDisk.__init__(self, element, doc)
コード例 #4
0
 def __init__(self, element, doc, mountsfile="/proc/mounts"):
     HostDisk.__init__(self,element, doc)
     self.mountsfile=mountsfile