Public Member Functions | |
def | __init__ |
def | get |
def | phoneType |
def | save |
def | set |
Public Attributes | |
fname | |
Properties | |
email = property(lambda self: self.get('email','auth')) | |
forwardingNumber = property(lambda self: self.get('forwardingNumber')) | |
password = property(lambda self: self.get('password','auth')) | |
phoneType = property(phoneType) | |
secret = property(lambda self: self.get('secret')) |
``ConfigParser`` subclass that looks into your home folder for a file named ``.gvoice`` and parses configuration data from it.
def googlevoice.conf.Config.__init__ | ( | self | ) |
def googlevoice.conf.Config.get | ( | self, | |
option, | |||
section = 'gvoice' |
|||
) |
def googlevoice.conf.Config.phoneType | ( | self | ) |
def googlevoice.conf.Config.save | ( | self | ) |
def googlevoice.conf.Config.set | ( | self, | |
option, | |||
value, | |||
section = 'gvoice' |
|||
) |
googlevoice::conf.Config::email = property(lambda self: self.get('email','auth')) [static] |
googlevoice::conf.Config::forwardingNumber = property(lambda self: self.get('forwardingNumber')) [static] |
googlevoice::conf.Config::password = property(lambda self: self.get('password','auth')) [static] |
googlevoice::conf.Config::phoneType = property(phoneType) [static] |
googlevoice::conf.Config::secret = property(lambda self: self.get('secret')) [static] |