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

Class LocalSystem

source code

system.System --+
                |
               LocalSystem

Represents a local system.

Instance Methods [hide private]
 
__init__(self, name='localhost')
Creates an empty local system.
source code

Inherited from system.System: acquire, add_drive, add_filesystem, add_networkconnection, add_processor, callback, delay, drives, filesystems, memory, name, networkconnections, parts, processlist, processor, processors, release, run, set_callback, set_delay, set_memory, set_processlist, set_uptime, stop, update, uptime

Method Details [hide private]

__init__(self, name='localhost')
(Constructor)

source code 

Creates an empty local system.

This constructor does not initialize the local system - that is done with the get_local() method.

Overrides: system.System.__init__