61 lines
1.7 KiB
HTML
61 lines
1.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html lang="en"><head><title>User's Guide:i2p - Wikipedia</title>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<meta name="robots" content="index,follow">
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
<script type="text/javascript" src="/~barnesc/wiki/stylesheets/wikibits.js"></script>
|
|
<style type='text/css'><!--
|
|
@import url("/~barnesc/wiki/stylesheets/wikiprintable.css");
|
|
/*/*/
|
|
a.new, #quickbar a.new { color: #CC2200; }
|
|
#quickbar { position: absolute; top: 4px; left: 4px; border-right: 1px solid gray; }
|
|
#article { margin-left: 152px; margin-right: 4px; }
|
|
/* */
|
|
//--></style>
|
|
</head>
|
|
|
|
<body bgcolor='#FFFFFF' onload=''>
|
|
<h1 class='pagetitle'>User's Guide:i2p</h1><p class='subtitle'>From Python-I2P.
|
|
|
|
|
|
<div class='bodytext'>
|
|
Package <code >i2p</code > is a container package for more specific modules.
|
|
|
|
|
|
<p>
|
|
It exports the following names:
|
|
<ul >
|
|
|
|
<pre> <a href="./i2p.sam.html" class='printable' title ="User's Guide:i2p.sam">sam</a>
|
|
<a href="./i2p.eep.html" class='printable' title ="User's Guide:i2p.eep">eep</a>
|
|
<a href="./i2p.router.html" class='printable' title ="User's Guide:i2p.router">router</a>
|
|
<a href="#Error" class='printable' title ="User's Guide:i2p">Error</a>
|
|
<a href="#RouterError" class='printable' title ="User's Guide:i2p">RouterError</a>
|
|
|
|
</pre>
|
|
</ul >
|
|
|
|
<p>
|
|
class <strong>Error</strong>(Exception):
|
|
<ul >
|
|
|
|
<pre> Base class for all I2P errors.
|
|
</pre>
|
|
</ul >
|
|
|
|
<p>
|
|
class <strong>RouterError</strong>(Error):
|
|
|
|
<ul >
|
|
|
|
<pre> Could not connect to router.
|
|
</pre>
|
|
</ul >
|
|
|
|
<p>
|
|
</div>
|
|
<p><em>
|
|
</em><!-- Time since request: 0.85 secs. -->
|
|
|
|
</body></html> |