Package beepy :: Package profiles :: Module profile
[show private | hide private]
[frames | no frames]

Module beepy.profiles.profile

This module defines the basic Profile class and related code.

Profiles are used by BEEP to define the protocol used over a BEEP channel. You will need to implement or use profiles in your applications, which will need to inherit from this class.
Classes
Profile The profile class is the base class for all BEEP profile classes.
ProfileDict a ProfileDict is a specialised dictionary for managing profiles known by a Session.

Exceptions
ProfileDictException  
ProfileException  
TerminalProfileException  
TuningReset  

Variable Summary
str __profileClass__ = 'Profile'

Variable Details

__profileClass__

Type:
str
Value:
'Profile'                                                              

Generated by Epydoc 2.0 on Thu Sep 30 14:39:25 2004 http://epydoc.sf.net