eric6/Documentation/Source/eric6.E5Network.__init__.html

changeset 6942
2602857055c5
parent 4968
afcc223b932f
child 7273
391d6b7b1eff
diff -r f99d60d6b59b -r 2602857055c5 eric6/Documentation/Source/eric6.E5Network.__init__.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric6/Documentation/Source/eric6.E5Network.__init__.html	Sun Apr 14 15:09:21 2019 +0200
@@ -0,0 +1,117 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.E5Network.__init__</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body><a NAME="top" ID="top"></a>
+<h1>eric6.E5Network.__init__</h1>
+<p>
+Package implementing some special network related objects and functions.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr>
+<td><a href="#isValidAddress">isValidAddress</a></td>
+<td>Public function to check, if the given address is valid.</td>
+</tr><tr>
+<td><a href="#isValidIPv4Address">isValidIPv4Address</a></td>
+<td>Public function to check, if the given address is a valid IPv4 address.</td>
+</tr><tr>
+<td><a href="#isValidIPv6Address">isValidIPv6Address</a></td>
+<td>Public function to check, if the given address is a valid IPv6 address.</td>
+</tr>
+</table>
+<hr /><hr />
+<a NAME="isValidAddress" ID="isValidAddress"></a>
+<h2>isValidAddress</h2>
+<b>isValidAddress</b>(<i>address</i>)
+<p>
+    Public function to check, if the given address is valid.
+</p><dl>
+<dt><i>address</i> (str)</dt>
+<dd>
+IPv4 or IPv6 address string
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating validity
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
+<a NAME="isValidIPv4Address" ID="isValidIPv4Address"></a>
+<h2>isValidIPv4Address</h2>
+<b>isValidIPv4Address</b>(<i>address</i>)
+<p>
+    Public function to check, if the given address is a valid IPv4 address.
+</p><dl>
+<dt><i>address</i> (str)</dt>
+<dd>
+IPv4 address string
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating validity
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
+<a NAME="isValidIPv6Address" ID="isValidIPv6Address"></a>
+<h2>isValidIPv6Address</h2>
+<b>isValidIPv6Address</b>(<i>address</i>)
+<p>
+    Public function to check, if the given address is a valid IPv6 address.
+</p><dl>
+<dt><i>address</i> (str)</dt>
+<dd>
+IPv6 address string
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating validity
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial