Package papyon :: Module profile :: Class Privacy

Class Privacy

source code

object --+
         |
        Privacy

User privacy, defines the default policy concerning contacts not belonging to the ALLOW list nor to the BLOCK list.

Instance Methods

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

Class Variables
  ALLOW = 'AL'
allow by default
  BLOCK = 'BL'
block by default
Properties

Inherited from object: __class__