From ed280d5ac360e2af796e9bd973d7b4df89f0c449 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 27 Nov 2009 16:20:12 -0500 Subject: Imported Upstream version 1.7.4 --- docs/paramiko.primes.ModulusPack-class.html | 267 ++++++++++++++++++++++++++++ 1 file changed, 267 insertions(+) create mode 100644 docs/paramiko.primes.ModulusPack-class.html (limited to 'docs/paramiko.primes.ModulusPack-class.html') diff --git a/docs/paramiko.primes.ModulusPack-class.html b/docs/paramiko.primes.ModulusPack-class.html new file mode 100644 index 0000000..6789760 --- /dev/null +++ b/docs/paramiko.primes.ModulusPack-class.html @@ -0,0 +1,267 @@ + + + + + paramiko.primes.ModulusPack + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package paramiko :: + Module primes :: + Class ModulusPack + + + + + +
[frames] | no frames]
+
+ +

Class ModulusPack

source code

+
+object --+
+         |
+        ModulusPack
+
+ +
+

convenience object for holding the contents of the /etc/ssh/moduli + file, on systems that have such a file.

+ + + + + + + + + + + + + + + + + + + +
+ Instance Methods
+   + + + + + + +
__init__(self, + rpool)
+ x.__init__(...) initializes x; see x.__class__.__doc__ for signature
+ source code + +
+ +
+   + + + + + + +
read_file(self, + filename) + source code + +
+ +
+   + + + + + + +
get_modulus(self, + min, + prefer, + max) + source code + +
+ +
+

Inherited from object: + __delattr__, + __getattribute__, + __hash__, + __new__, + __reduce__, + __reduce_ex__, + __repr__, + __setattr__, + __str__ +

+
+ + + + + + + + + +
+ Properties
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ Method Details
+ +
+ +
+ + +
+

__init__(self, + rpool) +
(Constructor) +

+
source code  +
+ +

x.__init__(...) initializes x; see x.__class__.__doc__ for + signature

+
+
Overrides: + object.__init__ +
(inherited documentation)
+ +
+
+
+ +
+ +
+ + +
+

read_file(self, + filename) +

+
source code  +
+ + +
+
Raises:
+
    +
  • IOError - passed from any file operations that fail.
  • +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3