eric7.Globals.__init__

Module defining common data to be used by all modules.

Global Attributes

configDir
recentNameBreakpointConditions
recentNameBreakpointFiles
recentNameFiles
recentNameHexFiles
recentNameHosts
recentNameMultiProject
recentNamePdfFiles
recentNameProject
recentNameTestDiscoverHistory
recentNameTestEnvironment
recentNameTestFileHistory
recentNameTestFramework
recentNameTestNameHistory
settingsNameGlobal
settingsNameOrganization
settingsNameRecent

Classes

None

Functions

getConfigDir Module function to get the name of the directory storing the config data.
getInstallInfoFilePath Public method to get the path name of the install info file.
getWebBrowserSupport Module function to determine the supported web browser variant.
setConfigDir Module function to set the name of the directory storing the config data.


getConfigDir

getConfigDir()

Module function to get the name of the directory storing the config data.

Return:
directory name of the config dir
Return Type:
str
Up


getInstallInfoFilePath

getInstallInfoFilePath()

Public method to get the path name of the install info file.

Return:
file path of the install info file
Return Type:
str
Up


getWebBrowserSupport

getWebBrowserSupport()

Module function to determine the supported web browser variant.

Return:
string indicating the supported web browser variant ("QtWebEngine", or "None")
Return Type:
str
Up


setConfigDir

setConfigDir(d)

Module function to set the name of the directory storing the config data.

d (str)
name of an existing directory
Up