eric5.Globals.__init__

Module defining common data to be used by all modules.

Global Attributes

recentNameFiles
recentNameHosts
recentNameMultiProject
recentNameProject
settingsNameGlobal
settingsNameOrganization
settingsNameRecent

Classes

None

Functions

findPython2Interpreters Module function for searching a Python2 interpreter.
isLinuxPlatform Function to check, if this is a Linux platform.
isMacPlatform Function to check, if this is a Mac platform.
isWindowsPlatform Function to check, if this is a Windows platform.


findPython2Interpreters

findPython2Interpreters()

Module function for searching a Python2 interpreter.

Returns:
list of interpreters found (list of strings)
Up


isLinuxPlatform

isLinuxPlatform()

Function to check, if this is a Linux platform.

Returns:
flag indicating Linux platform (boolean)
Up


isMacPlatform

isMacPlatform()

Function to check, if this is a Mac platform.

Returns:
flag indicating Mac platform (boolean)
Up


isWindowsPlatform

isWindowsPlatform()

Function to check, if this is a Windows platform.

Returns:
flag indicating Windows platform (boolean)
Up