netrc.netrc¶
Methods¶
__init__([file]) |
|
__repr__() |
Dump the class data in the format of a .netrc file. |
_parse(file, fp, default_netrc) |
|
authenticators(host) |
Return a (user, account, password) tuple for given host. |
netrc.netrc¶__init__([file]) |
|
__repr__() |
Dump the class data in the format of a .netrc file. |
_parse(file, fp, default_netrc) |
|
authenticators(host) |
Return a (user, account, password) tuple for given host. |