Package paramiko :: Module message
[frames] | no frames]

Module message

source code

Implementation of an SSH2 "message".

Classes
  Message
An SSH2 message is a stream of bytes that encodes some combination of strings, integers, bools, and infinite-precision integers (known in Python as longs).
Variables
  __package__ = 'paramiko'