Package papyon :: Module profile :: Class Profile

Class Profile

source code

object --+    
         |    
??.GObject --+
             |
            Profile

Profile of the User connecting to the service

Instance Methods
 
__init__(self, account, ns_client)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
request_profile_url(self, callback) source code

Inherited from unreachable.GObject: __cmp__, __copy__, __deepcopy__, __delattr__, __gdoc__, __gobject_init__, __hash__, __new__, __repr__, __setattr__, chain, connect, connect_after, connect_object, connect_object_after, disconnect, disconnect_by_func, emit, emit_stop_by_name, freeze_notify, get_data, get_properties, get_property, handler_block, handler_block_by_func, handler_disconnect, handler_is_connected, handler_unblock, handler_unblock_by_func, notify, props, set_data, set_properties, set_property, stop_emission, thaw_notify, weak_ref

Inherited from object: __format__, __getattribute__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Class Variables
  __gtype__ = <GType papyon+profile+Profile (44860352)>
Properties
utf-8 encoded string account
The user account
utf-8 encoded string password
The user password
utf-8 encoded string profile
The user profile retrieved from the MSN servers
GUID string id
The user identifier in a GUID form
  display_name
  presence
  privacy
  personal_message
  current_media
  msn_object
  presence_msn_object
  personal_message_current_media

Inherited from unreachable.GObject: __grefcount__

Inherited from object: __class__

Method Details

__init__(self, account, ns_client)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details

account

The user account

Get Method:
unreachable.account(self) - The user account
Type:
utf-8 encoded string

password

The user password

Get Method:
unreachable.password(self) - The user password
Type:
utf-8 encoded string

profile

The user profile retrieved from the MSN servers

Get Method:
unreachable.profile(self) - The user profile retrieved from the MSN servers
Type:
utf-8 encoded string

id

The user identifier in a GUID form

Get Method:
unreachable.id(self) - The user identifier in a GUID form
Type:
GUID string

display_name

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, display_name)

presence

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, presence)

privacy

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, privacy)

personal_message

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, personal_message)

current_media

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, current_media)

msn_object

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, msn_object)

presence_msn_object

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, args)

personal_message_current_media

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, args)