Determines and saves the system information.
    |  | 
        
          | __init__(self,
        host= 'localhost')x.__init__(...) initializes x; see help(type(x)) for signature
 |  |  | 
    |  |  | 
    |  |  | 
    | None | 
        
          | update(self,
        new_host= 'localhost')Fills in the information based on the host name.
 |  |  | 
    |  | 
        
          | get_platform(self) Finds the platform based on the execute host.
 |  |  | 
    | str |  | 
    | str | 
        
          | _runcmd(self,
        cmd) Returns:
      String output of the cmd or schrodinger.utils.UKNOWN (str)
 |  |  | 
    | str |  | 
    |  | 
        
          | toDict(self) Dump sysinfo object as a dict
 |  |  | 
    | str | 
        
          | __str__(self) Allows direct printing of the _SysInfo object.
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__subclasshook__ |