src/eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html

branch
eric7
changeset 10479
856476537696
parent 10478
de9106c55c3d
child 10684
58c7f23ae1cb
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,7 +7,6 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.DebugClients.Python.getpass</h1>
-
 <p>
 Module implementing utilities to get a password and/or the current user name.
 </p>
@@ -19,20 +18,24 @@
 This module is a replacement for the one found in the Python distribution. It
 is to provide a debugger compatible variant of the a.m. functions.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
-<tr><td>__all__</td></tr><tr><td>default_getpass</td></tr><tr><td>fallback_getpass</td></tr><tr><td>pwd</td></tr><tr><td>unix_getpass</td></tr><tr><td>win_getpass</td></tr>
+<tr><td>__all__</td></tr>
+<tr><td>default_getpass</td></tr>
+<tr><td>fallback_getpass</td></tr>
+<tr><td>pwd</td></tr>
+<tr><td>unix_getpass</td></tr>
+<tr><td>win_getpass</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#getpass">getpass</a></td>
 <td>Function to prompt for a password, with echo turned off.</td>
@@ -42,15 +45,16 @@
 <td>Function to get the username from the environment or password database.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="getpass" ID="getpass"></a>
 <h2>getpass</h2>
 <b>getpass</b>(<i>prompt="Password: ", stream=None</i>)
-
 <p>
     Function to prompt for a password, with echo turned off.
 </p>
+
 <dl>
 
 <dt><i>prompt</i> (str)</dt>
@@ -80,7 +84,6 @@
 <a NAME="getuser" ID="getuser"></a>
 <h2>getuser</h2>
 <b>getuser</b>(<i></i>)
-
 <p>
     Function to get the username from the environment or password database.
 </p>
@@ -88,6 +91,7 @@
     First try various environment variables, then the password
     database.  This works on Windows as long as USERNAME is set.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -102,4 +106,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial