src/eric7/Documentation/Source/eric7.WebBrowser.SafeBrowsing.SafeBrowsingThreatList.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.WebBrowser.SafeBrowsing.SafeBrowsingThreatList.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.SafeBrowsing.SafeBrowsingThreatList.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.SafeBrowsing.SafeBrowsingThreatList.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.SafeBrowsing.SafeBrowsingThreatList</h1>
-
 <p>
 Module implementing the threat list info class.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#HashPrefixList">HashPrefixList</a></td>
 <td>Class implementing a container for threat list data.</td>
@@ -29,35 +27,34 @@
 <td>Class implementing the threat list info.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="HashPrefixList" ID="HashPrefixList"></a>
 <h2>HashPrefixList</h2>
-
 <p>
     Class implementing a container for threat list data.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#HashPrefixList.__init__">HashPrefixList</a></td>
 <td>Constructor</td>
@@ -71,19 +68,20 @@
 <td>Special method to calculate the number of entries.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="HashPrefixList.__init__" ID="HashPrefixList.__init__"></a>
 <h4>HashPrefixList (Constructor)</h4>
 <b>HashPrefixList</b>(<i>prefixLength, rawHashes</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>prefixLength</i> (int)</dt>
@@ -99,10 +97,10 @@
 <a NAME="HashPrefixList.__iter__" ID="HashPrefixList.__iter__"></a>
 <h4>HashPrefixList.__iter__</h4>
 <b>__iter__</b>(<i></i>)
-
 <p>
         Special method to iterate over the raw hashes.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -118,10 +116,10 @@
 <a NAME="HashPrefixList.__len__" ID="HashPrefixList.__len__"></a>
 <h4>HashPrefixList.__len__</h4>
 <b>__len__</b>(<i></i>)
-
 <p>
         Special method to calculate the number of entries.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -139,30 +137,27 @@
 <hr />
 <a NAME="ThreatList" ID="ThreatList"></a>
 <h2>ThreatList</h2>
-
 <p>
     Class implementing the threat list info.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#ThreatList.fromApiEntry">fromApiEntry</a></td>
 <td>Class method to instantiate a threat list given a threat list entry dictionary.</td>
 </tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#ThreatList.__init__">ThreatList</a></td>
 <td>Constructor</td>
@@ -176,20 +171,21 @@
 <td>Public method to convert the object to a tuple.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="ThreatList.fromApiEntry" ID="ThreatList.fromApiEntry"></a>
 <h4>ThreatList.fromApiEntry (class method)</h4>
 <b>fromApiEntry</b>(<i>entry</i>)
-
 <p>
         Class method to instantiate a threat list given a threat list entry
         dictionary.
 </p>
+
 <dl>
 
 <dt><i>entry</i> (dict)</dt>
@@ -212,10 +208,10 @@
 <a NAME="ThreatList.__init__" ID="ThreatList.__init__"></a>
 <h4>ThreatList (Constructor)</h4>
 <b>ThreatList</b>(<i>threatType, platformType, threatEntryType</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>threatType</i> (str)</dt>
@@ -234,10 +230,10 @@
 <a NAME="ThreatList.__repr__" ID="ThreatList.__repr__"></a>
 <h4>ThreatList.__repr__</h4>
 <b>__repr__</b>(<i></i>)
-
 <p>
         Special method to generate a printable representation.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -253,10 +249,10 @@
 <a NAME="ThreatList.asTuple" ID="ThreatList.asTuple"></a>
 <h4>ThreatList.asTuple</h4>
 <b>asTuple</b>(<i></i>)
-
 <p>
         Public method to convert the object to a tuple.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -271,4 +267,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