Home | Trees | Index | Help |
---|
Package paramiko :: Module message :: Class Message |
|
object
--+
|
Message
Method Summary | |
---|---|
__init__(self,
content)
| |
__repr__(self)
| |
__str__(self)
| |
add(self,
i)
| |
add_boolean(self,
b)
| |
add_byte(self,
b)
| |
add_bytes(self,
b)
| |
add_int(self,
n)
| |
add_list(self,
l)
| |
this only works on positive numbers | |
add_string(self,
s)
| |
get_boolean(self)
| |
get_byte(self)
| |
get_bytes(self,
n)
| |
get_int(self)
| |
get_list(self)
| |
get_mpint(self)
| |
remaining bytes still unparsed | |
bytes that have been parsed | |
get_string(self)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T |
Method Details |
---|
add_mpint(self, z)this only works on positive numbers |
get_remainder(self)remaining bytes still unparsed |
get_so_far(self)bytes that have been parsed |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sun Jan 4 02:33:11 2004 | http://epydoc.sf.net |