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

Class LocalUptime

source code

system.SystemPart --+    
                    |    
        system.Uptime --+
                        |
                       LocalUptime

Represents the local uptime.

Instance Methods [hide private]
 
__init__(self) source code
 
uptime(self)
Returns the uptime in seconds.
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)
(Constructor)

source code 
Overrides: system.SystemPart.__init__

uptime(self)

source code 

Returns the uptime in seconds.

Overrides: system.Uptime.uptime
(inherited documentation)

do_update(self)

source code 

Perform the actual update.

Part implementations should override this method.

Overrides: system.SystemPart.do_update
(inherited documentation)