~jelmer/ubuntu/natty/paramiko/randompool+addressfamilies

« back to all changes in this revision

Viewing changes to docs/paramiko.osrandom-module.html

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy T. Bouse
  • Date: 2008-05-04 11:41:27 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080504114127-rzkweoe8bzxoj7te
Tags: 1.7.3-1
* New upstream version
  Closes: #475505.
* Acknowledge NMU changes
* Missing examples included
  Closes: #455547.
* Confirmed new upstream version corrected FutureWarning
  Closes: #405552.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ascii"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
          "DTD/xhtml1-transitional.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<head>
 
6
  <title>paramiko.osrandom</title>
 
7
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
 
8
  <script type="text/javascript" src="epydoc.js"></script>
 
9
</head>
 
10
 
 
11
<body bgcolor="white" text="black" link="blue" vlink="#204080"
 
12
      alink="#204080">
 
13
<!-- ==================== NAVIGATION BAR ==================== -->
 
14
<table class="navbar" border="0" width="100%" cellpadding="0"
 
15
       bgcolor="#a0c0ff" cellspacing="0">
 
16
  <tr valign="middle">
 
17
  <!-- Home link -->
 
18
      <th>&nbsp;&nbsp;&nbsp;<a
 
19
        href="paramiko-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
20
 
 
21
  <!-- Tree link -->
 
22
      <th>&nbsp;&nbsp;&nbsp;<a
 
23
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
24
 
 
25
  <!-- Index link -->
 
26
      <th>&nbsp;&nbsp;&nbsp;<a
 
27
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
 
28
 
 
29
  <!-- Help link -->
 
30
      <th>&nbsp;&nbsp;&nbsp;<a
 
31
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
32
 
 
33
      <th class="navbar" width="100%"></th>
 
34
  </tr>
 
35
</table>
 
36
<table width="100%" cellpadding="0" cellspacing="0">
 
37
  <tr valign="top">
 
38
    <td width="100%">
 
39
      <span class="breadcrumbs">
 
40
        <a href="paramiko-module.html">Package&nbsp;paramiko</a> ::
 
41
        Module&nbsp;osrandom
 
42
      </span>
 
43
    </td>
 
44
    <td>
 
45
      <table cellpadding="0" cellspacing="0">
 
46
        <!-- hide/show private -->
 
47
        <tr><td align="right"><span class="options"
 
48
            >[<a href="frames.html" target="_top">frames</a
 
49
            >]&nbsp;|&nbsp;<a href="paramiko.osrandom-module.html"
 
50
            target="_top">no&nbsp;frames</a>]</span></td></tr>
 
51
      </table>
 
52
    </td>
 
53
  </tr>
 
54
</table>
 
55
<!-- ==================== MODULE DESCRIPTION ==================== -->
 
56
<h1 class="epydoc">Module osrandom</h1><p class="nomargin-top"><span class="codelink"><a href="paramiko.osrandom-pysrc.html">source&nbsp;code</a></span></p>
 
57
<!-- ==================== CLASSES ==================== -->
 
58
<a name="section-Classes"></a>
 
59
<table class="summary" border="1" cellpadding="3"
 
60
       cellspacing="0" width="100%" bgcolor="white">
 
61
<tr bgcolor="#70b0f0" class="table-header">
 
62
  <td align="left" colspan="2" class="table-header">
 
63
    <span class="table-header">Classes</span></td>
 
64
</tr>
 
65
<tr>
 
66
    <td width="15%" align="right" valign="top" class="summary">
 
67
      <span class="summary-type">&nbsp;</span>
 
68
    </td><td class="summary">
 
69
        <a href="paramiko.osrandom.BaseOSRandomPool-class.html" class="summary-name">BaseOSRandomPool</a>
 
70
    </td>
 
71
  </tr>
 
72
<tr>
 
73
    <td width="15%" align="right" valign="top" class="summary">
 
74
      <span class="summary-type">&nbsp;</span>
 
75
    </td><td class="summary">
 
76
        <a href="paramiko.osrandom.WinRandomPool-class.html" class="summary-name">WinRandomPool</a><br />
 
77
      RandomPool that uses the <code>winrandom</code> module for input
 
78
    </td>
 
79
  </tr>
 
80
<tr>
 
81
    <td width="15%" align="right" valign="top" class="summary">
 
82
      <span class="summary-type">&nbsp;</span>
 
83
    </td><td class="summary">
 
84
        <a href="paramiko.osrandom.DevUrandomPool-class.html" class="summary-name">DevUrandomPool</a><br />
 
85
      RandomPool that uses the <code>/dev/urandom</code> special device 
 
86
        node for input
 
87
    </td>
 
88
  </tr>
 
89
<tr>
 
90
    <td width="15%" align="right" valign="top" class="summary">
 
91
      <span class="summary-type">&nbsp;</span>
 
92
    </td><td class="summary">
 
93
        <a href="paramiko.osrandom.FallbackRandomPool-class.html" class="summary-name">FallbackRandomPool</a>
 
94
    </td>
 
95
  </tr>
 
96
<tr>
 
97
    <td width="15%" align="right" valign="top" class="summary">
 
98
      <span class="summary-type">&nbsp;</span>
 
99
    </td><td class="summary">
 
100
        <a href="paramiko.osrandom.DevUrandomPool-class.html" class="summary-name">DefaultRandomPoolClass</a><br />
 
101
      RandomPool that uses the <code>/dev/urandom</code> special device 
 
102
        node for input
 
103
    </td>
 
104
  </tr>
 
105
<tr>
 
106
    <td width="15%" align="right" valign="top" class="summary">
 
107
      <span class="summary-type">&nbsp;</span>
 
108
    </td><td class="summary">
 
109
        <a href="paramiko.osrandom.OSRandomPool-class.html" class="summary-name">OSRandomPool</a><br />
 
110
      RandomPool wrapper.
 
111
    </td>
 
112
  </tr>
 
113
</table>
 
114
<!-- ==================== VARIABLES ==================== -->
 
115
<a name="section-Variables"></a>
 
116
<table class="summary" border="1" cellpadding="3"
 
117
       cellspacing="0" width="100%" bgcolor="white">
 
118
<tr bgcolor="#70b0f0" class="table-header">
 
119
  <td align="left" colspan="2" class="table-header">
 
120
    <span class="table-header">Variables</span></td>
 
121
</tr>
 
122
<tr>
 
123
    <td width="15%" align="right" valign="top" class="summary">
 
124
      <span class="summary-type">&nbsp;</span>
 
125
    </td><td class="summary">
 
126
        <a name="winrandom"></a><span class="summary-name">winrandom</span> = <code title="None">None</code>
 
127
    </td>
 
128
  </tr>
 
129
<tr>
 
130
    <td width="15%" align="right" valign="top" class="summary">
 
131
      <span class="summary-type">&nbsp;</span>
 
132
    </td><td class="summary">
 
133
        <a name="osrandom_source"></a><span class="summary-name">osrandom_source</span> = <code title="'/dev/urandom'"><code class="variable-quote">'</code><code class="variable-string">/dev/urandom</code><code class="variable-quote">'</code></code>
 
134
    </td>
 
135
  </tr>
 
136
</table>
 
137
<!-- ==================== NAVIGATION BAR ==================== -->
 
138
<table class="navbar" border="0" width="100%" cellpadding="0"
 
139
       bgcolor="#a0c0ff" cellspacing="0">
 
140
  <tr valign="middle">
 
141
  <!-- Home link -->
 
142
      <th>&nbsp;&nbsp;&nbsp;<a
 
143
        href="paramiko-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
144
 
 
145
  <!-- Tree link -->
 
146
      <th>&nbsp;&nbsp;&nbsp;<a
 
147
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
148
 
 
149
  <!-- Index link -->
 
150
      <th>&nbsp;&nbsp;&nbsp;<a
 
151
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
 
152
 
 
153
  <!-- Help link -->
 
154
      <th>&nbsp;&nbsp;&nbsp;<a
 
155
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
156
 
 
157
      <th class="navbar" width="100%"></th>
 
158
  </tr>
 
159
</table>
 
160
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
 
161
  <tr>
 
162
    <td align="left" class="footer">
 
163
    Generated by Epydoc 3.0.1 on Sun Mar 23 23:59:01 2008
 
164
    </td>
 
165
    <td align="right" class="footer">
 
166
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
 
167
        >http://epydoc.sourceforge.net</a>
 
168
    </td>
 
169
  </tr>
 
170
</table>
 
171
 
 
172
<script type="text/javascript">
 
173
  <!--
 
174
  // Private objects are initially displayed (because if
 
175
  // javascript is turned off then we want them to be
 
176
  // visible); but by default, we want to hide them.  So hide
 
177
  // them unless we have a cookie that says to show them.
 
178
  checkCookie();
 
179
  // -->
 
180
</script>
 
181
</body>
 
182
</html>