Package sysmon :: Module local :: Class LocalDrive
[hide private]
[frames] | no frames]

Class LocalDrive

source code

system.SystemPart --+    
                    |    
         system.Drive --+
                        |
                       LocalDrive

Represents a local drive.

Instance Methods [hide private]
 
__init__(self, major, minor)
Creates the drive from the major and minor identifiers.
source code
 
do_update(self)
Perform the actual update.
source code

Inherited from system.SystemPart: callback, delay, set_delay, set_system, system, update

Static Methods [hide private]

Inherited from system.SystemPart: null

Method Details [hide private]

__init__(self, major, minor)
(Constructor)

source code 

Creates the drive from the major and minor identifiers.

Overrides: system.SystemPart.__init__

do_update(self)

source code 

Perform the actual update.

Part implementations should override this method.

Overrides: system.SystemPart.do_update
(inherited documentation)