Package papyon :: Module profile :: Class Membership

Class Membership

source code

object --+
         |
        Membership

Contact Membership

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  NONE = 0
Contact doesn't belong to the contact list, but belongs to the address book
  FORWARD = 1
Contact belongs to our contact list
  ALLOW = 2
Contact is explicitely allowed to see our presence regardless of the currently set Privacy
  BLOCK = 4
Contact is explicitely forbidden from seeing our presence regardless of the currently set Privacy
  REVERSE = 8
We belong to the FORWARD list of the contact
  PENDING = 16
Contact pending
Properties

Inherited from object: __class__