src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordWriter.html

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordWriter.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordWriter.html	Fri Dec 22 17:24:07 2023 +0100
@@ -101,23 +101,29 @@
 </p>
 <dl>
 
-<dt><i>logins</i></dt>
+<dt><i>logins</i> (dict)</dt>
 <dd>
 dictionary with login data (user name, password)
 </dd>
-<dt><i>forms</i></dt>
+<dt><i>forms</i> (list of LoginForm)</dt>
 <dd>
-list of forms data (list of LoginForm)
+list of forms data
 </dd>
-<dt><i>nevers</i></dt>
+<dt><i>nevers</i> (list of str)</dt>
 <dd>
-list of URLs to never store data for (list of strings)
+list of URLs to never store data for
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="PasswordWriter.__writeForms" ID="PasswordWriter.__writeForms"></a>
@@ -129,9 +135,9 @@
 </p>
 <dl>
 
-<dt><i>forms</i></dt>
+<dt><i>forms</i> (list of LoginForm)</dt>
 <dd>
-list of forms data (list of LoginForm)
+list of forms data
 </dd>
 </dl>
 <a NAME="PasswordWriter.__writeLogins" ID="PasswordWriter.__writeLogins"></a>
@@ -143,7 +149,7 @@
 </p>
 <dl>
 
-<dt><i>logins</i></dt>
+<dt><i>logins</i> (dict)</dt>
 <dd>
 dictionary with login data (user name, password)
 </dd>
@@ -157,9 +163,9 @@
 </p>
 <dl>
 
-<dt><i>nevers</i></dt>
+<dt><i>nevers</i> (list of str)</dt>
 <dd>
-list of URLs to never store data for (list of strings)
+list of URLs to never store data for
 </dd>
 </dl>
 <a NAME="PasswordWriter.write" ID="PasswordWriter.write"></a>
@@ -171,28 +177,33 @@
 </p>
 <dl>
 
-<dt><i>fileNameOrDevice</i></dt>
+<dt><i>fileNameOrDevice</i> (str or QIODevice)</dt>
 <dd>
-name of the file to write (string)
-            or device to write to (QIODevice)
+name of the file to write or device to write to
 </dd>
-<dt><i>logins</i></dt>
+<dt><i>logins</i> (dict)</dt>
 <dd>
 dictionary with login data (user name, password)
 </dd>
-<dt><i>forms</i></dt>
+<dt><i>forms</i> (list of LoginForm)</dt>
 <dd>
-list of forms data (list of LoginForm)
+list of forms data
 </dd>
-<dt><i>nevers</i></dt>
+<dt><i>nevers</i> (list of str)</dt>
 <dd>
-list of URLs to never store data for (list of strings)
+list of URLs to never store data for
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial