netrc
index
/usr/lib/python1.5/netrc.py
# Module and documentation by Eric S. Raymond, 21 Dec 1998
Modules
os
shlex
string
sys
Classes
netrc
class
netrc
__init__
(self, file
=None
)
__repr__
(self)
Dump the class data in the format of a .
netrc
file
authenticators
(self, host)
Return a (user, account, password) tuple for given host.