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

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10478
de9106c55c3d
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html	Fri Oct 27 14:09:40 2023 +0200
@@ -35,7 +35,7 @@
 
 <tr>
 <td><a href="#getpass">getpass</a></td>
-<td></td>
+<td>Function to prompt for a password, with echo turned off.</td>
 </tr>
 <tr>
 <td><a href="#getuser">getuser</a></td>
@@ -48,6 +48,32 @@
 <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>
+<dd>
+Prompt to be shown to the user
+</dd>
+<dt><i>stream</i> (file)</dt>
+<dd>
+input stream to read from (ignored)
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+Password entered by the user
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />

eric ide

mercurial