Package peppy :: Package vfs :: Package itools :: Package uri :: Module mailto :: Class Mailto
[frames] | no frames]

Class Mailto

object --+
         |
        Mailto

Instance Methods
 
__init__(self, address)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
get_username(self)
 
get_host(self)
 
__str__(self)
str(x)
 
__eq__(self, other)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables
  scheme = 'mailto'
Properties
  username
  host
  address

Inherited from object: __class__

Method Details

__init__(self, address)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

Property Details

username

Get Method:
get_username(self)

host

Get Method:
get_host(self)