[ CLASS ] - Platform related class.  
 More...
[ CLASS ] - Platform related class. 
◆ isWindows()
  
  | 
        
          | def mCore.platformLib.Platform.isWindows | ( |  | ) |  |  | static | 
 
Check whether current platform is Windows. 
- Exceptions
- 
  
  
- Returns
- bool - Whether current platform is Windows. 
 
 
◆ isWindows10()
  
  | 
        
          | def mCore.platformLib.Platform.isWindows10 | ( |  | ) |  |  | static | 
 
Check whether current platform is Windows 10. 
- Exceptions
- 
  
  
- Returns
- bool - Whether current platform is Windows 10. 
 
 
◆ isLinux()
  
  | 
        
          | def mCore.platformLib.Platform.isLinux | ( |  | ) |  |  | static | 
 
Check whether current platform is Linux. 
- Exceptions
- 
  
  
- Returns
- bool - Whether current platform is Linux. 
 
 
◆ isDarwin()
  
  | 
        
          | def mCore.platformLib.Platform.isDarwin | ( |  | ) |  |  | static | 
 
Check whether current platform is OSX. 
- Exceptions
- 
  
  
- Returns
- bool - Whether current platform is OSX. 
 
 
◆ system()
  
  | 
        
          | def mCore.platformLib.Platform.system | ( |  | ) |  |  | static | 
 
Get the name of current platform. 
Available names are listed in mCore.platformLib.Name class.
- Exceptions
- 
  
  
- Returns
- str - Platform name, one of the following, Darwin, Linux, Windows. 
 
 
◆ getOthers()
  
  | 
        
          | def mCore.platformLib.Platform.getOthers | ( |  | ) |  |  | static | 
 
Get all platform names but the current one. 
- Exceptions
- 
  
  
- Returns
- list of str - Platform names. 
 
 
The documentation for this class was generated from the following file: