src/eric7/Documentation/Source/eric7.Globals.__init__.html

Mon, 17 Feb 2025 17:09:25 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 17 Feb 2025 17:09:25 +0100
branch
eric7
changeset 11141
2f5f73c51c7c
parent 10928
46651e194fbe
permissions
-rw-r--r--

Code Style Checker
- Added a checker for nested f-strings based on `flake8-nested-fstrings` v1.1.0.

<!DOCTYPE html>
<html><head>
<title>eric7.Globals.__init__</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.Globals.__init__</h1>
<p>
Module defining common data to be used by all modules.
</p>

<h3>Global Attributes</h3>
<table>
<tr><td>recentNameBreakpointConditions</td></tr>
<tr><td>recentNameBreakpointFiles</td></tr>
<tr><td>recentNameFiles</td></tr>
<tr><td>recentNameHexFiles</td></tr>
<tr><td>recentNameHosts</td></tr>
<tr><td>recentNameMultiProject</td></tr>
<tr><td>recentNamePdfFiles</td></tr>
<tr><td>recentNameProject</td></tr>
<tr><td>recentNameTestDiscoverHistory</td></tr>
<tr><td>recentNameTestEnvironment</td></tr>
<tr><td>recentNameTestFileHistory</td></tr>
<tr><td>recentNameTestFramework</td></tr>
<tr><td>recentNameTestNameHistory</td></tr>
<tr><td>settingsNameGlobal</td></tr>
<tr><td>settingsNameOrganization</td></tr>
<tr><td>settingsNameRecent</td></tr>
</table>

<h3>Classes</h3>
<table>
<tr><td>None</td></tr>
</table>

<h3>Functions</h3>
<table>
<tr>
<td><a href="#getInstallInfoFilePath">getInstallInfoFilePath</a></td>
<td>Public method to get the path name of the install info file.</td>
</tr>
<tr>
<td><a href="#getWebBrowserSupport">getWebBrowserSupport</a></td>
<td>Module function to determine the supported web browser variant.</td>
</tr>
</table>

<hr />
<hr />
<a NAME="getInstallInfoFilePath" ID="getInstallInfoFilePath"></a>
<h2>getInstallInfoFilePath</h2>
<b>getInstallInfoFilePath</b>(<i></i>)
<p>
    Public method to get the path name of the install info file.
</p>

<dl>
<dt>Return:</dt>
<dd>
file path of the install info file
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
str
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
<hr />
<a NAME="getWebBrowserSupport" ID="getWebBrowserSupport"></a>
<h2>getWebBrowserSupport</h2>
<b>getWebBrowserSupport</b>(<i></i>)
<p>
    Module function to determine the supported web browser variant.
</p>

<dl>
<dt>Return:</dt>
<dd>
string indicating the supported web browser variant ("QtWebEngine",
        or "None")
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
str
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial